natmap: update to 20240813
authorRay Wang <r@hev.cc>
Tue, 13 Aug 2024 15:15:01 +0000 (23:15 +0800)
committerTianling Shen <cnsztl@gmail.com>
Thu, 15 Aug 2024 06:56:43 +0000 (14:56 +0800)
Signed-off-by: Ray Wang <r@hev.cc>
net/natmap/Makefile
net/natmap/files/natmap.init

index 9f9ba9a0a2271bc67621dafc1f5fa51c76c80e96..e4a366e76d60b854f9584190f025fe1843142a5f 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=natmap
-PKG_VERSION:=20240603
+PKG_VERSION:=20240813
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/heiher/natmap/releases/download/$(PKG_VERSION)
-PKG_HASH:=4754833b95b6687de6c07d02ff92798232f6a3bf5ec1cbf20e8bc26057d0ef20
+PKG_HASH:=2fd89d286b19b9235d5e3477699c3752911bc5e80840ea1ed6930bfe98f47248
 
 PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>, Ray Wang <r@hev.cc>
 PKG_LICENSE:=MIT
index fb7323f87c676d739402bfbc2ba22950d1ce5119..836b4f3a7aa2628fd991edf32aabe68700dba9d4 100644 (file)
@@ -24,7 +24,7 @@ validate_section_natmap() {
                'interval:uinteger' \
                'stun_server:host' \
                'http_server:host' \
-               'port:port' \
+               'port:portrange' \
                'forward_target:host' \
                'forward_port:port' \
                'notify_script:file' \