From: Yu Fang Date: Mon, 28 Jul 2025 06:40:18 +0000 (+0800) Subject: gateway-go: update to 2.0.10 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f6511d3908db75f834bbf72c1dd38295bf1cd598;p=feed%2Fpackages.git gateway-go: update to 2.0.10 - support ipv6 transport for remote access Signed-off-by: Yu Fang --- diff --git a/net/gateway-go/Makefile b/net/gateway-go/Makefile index b1a2020c8d..b65131e496 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.3.16 +PKG_VERSION:=2.0.10 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:=82dfbce4fd34829e57bbd88f57f560daa975521cff930bd984182b03d423ecf9 +PKG_HASH:=95de453e76a22ae69a1bc9c32d6930278980c98decbe7a511fd9870bcdf90d2d PKG_MAINTAINER:=Yu Fang PKG_LICENSE:=MIT