From: Yu Fang Date: Mon, 3 Mar 2025 15:37:35 +0000 (+0800) Subject: gateway-go: update to 0.3.16 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=14f8a4554391c9aa4b0a69c873c5f86fc6f8319a;p=feed%2Fpackages.git gateway-go: update to 0.3.16 Signed-off-by: Yu Fang --- diff --git a/net/gateway-go/Makefile b/net/gateway-go/Makefile index 01536c3e36..b1a2020c8d 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.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 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