From f6511d3908db75f834bbf72c1dd38295bf1cd598 Mon Sep 17 00:00:00 2001 From: Yu Fang Date: Mon, 28 Jul 2025 14:40:18 +0800 Subject: [PATCH] gateway-go: update to 2.0.10 - support ipv6 transport for remote access Signed-off-by: Yu Fang --- net/gateway-go/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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