gateway-go: update to 0.3.16
authorYu Fang <[email protected]>
Mon, 3 Mar 2025 15:37:35 +0000 (23:37 +0800)
committerHannu Nyman <[email protected]>
Wed, 5 Mar 2025 19:13:04 +0000 (21:13 +0200)
Signed-off-by: Yu Fang <[email protected]>
net/gateway-go/Makefile

index 01536c3e36fec8c2ccc465ea065da0986a418b7c..b1a2020c8d7dc1e59b32ba7040ff59bb71fc24a4 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gateway-go
-PKG_VERSION:=0.2.0
+PKG_VERSION:=0.3.16
 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:=7d04d923ae39c2c9ffb4c5de2a3f335798ff167992a6d89d9538d0bf3867b6f8
+PKG_HASH:=82dfbce4fd34829e57bbd88f57f560daa975521cff930bd984182b03d423ecf9
 
 PKG_MAINTAINER:=Yu Fang <[email protected]>
 PKG_LICENSE:=MIT
@@ -20,9 +20,9 @@ PKG_BUILD_FLAGS:=no-mips16
 GO_PKG:=github.com/OpenIoTHub/gateway-go
 
 GO_PKG_LDFLAGS_X:=\
-       main.version=v$(PKG_VERSION) \
-       main.commit=$(PKG_VERSION)  \
-       main.builtBy=openwrt \
+       github.com/OpenIoTHub/gateway-go/info.Version=v$(PKG_VERSION) \
+       github.com/OpenIoTHub/gateway-go/info.Commit=$(PKG_VERSION)  \
+       github.com/OpenIoTHub/gateway-go/info.BuiltBy=openwrt \
 
 include $(INCLUDE_DIR)/package.mk
 include ../../lang/golang/golang-package.mk