diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-07-30 23:10:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 23:10:46 -0700 |
commit | 573f109ee49beb2a4f92a74badf7429c00b21d4e (patch) | |
tree | 68a6abb1d5644290f4c8b724ba541df3e7d9275f | |
parent | 5a33d5a7ef84a29b20669990287f6711f2cea911 (diff) | |
parent | 554b1330a2154aab6e2307ad22477c75a386afbf (diff) |
Merge pull request #16259 from OpenIoTHub/master
gateway-go: update to 0.2.0
-rw-r--r-- | net/gateway-go/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gateway-go/Makefile b/net/gateway-go/Makefile index 465d86755..dd8430393 100644 --- a/net/gateway-go/Makefile +++ b/net/gateway-go/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gateway-go -PKG_VERSION:=0.1.95 +PKG_VERSION:=0.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/OpenIoTHub/gateway-go/tar.gz/v${PKG_VERSION}? -PKG_HASH:=50a1c0e997664ae71da5b7394b792634832df50e8eba90ba8be7afd64e65a866 +PKG_HASH:=7d04d923ae39c2c9ffb4c5de2a3f335798ff167992a6d89d9538d0bf3867b6f8 PKG_MAINTAINER:=Yu Fang <newfarry@126.com> PKG_LICENSE:=MIT |