From feccbf86124724d30e2e95773c4defb01b6b5732 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Wed, 22 Mar 2023 21:51:35 +0800 Subject: [PATCH] natmap: update to 20230322 Signed-off-by: Ray Wang --- net/natmap/Makefile | 4 ++-- net/natmap/files/natmap.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/natmap/Makefile b/net/natmap/Makefile index 4f79967acf..7c70475b37 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20221225 +PKG_VERSION:=20230322 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:=cc19a5b876fd75424619ae90aa6b0414a438c1f6f55537b9b28f1c23d925f6ff +PKG_HASH:=d1abe36eb4deac725e2d20674590fc726b8c79d21b053b40059b093592fd8b8a PKG_MAINTAINER:=Richard Yu PKG_LICENSE:=MIT diff --git a/net/natmap/files/natmap.config b/net/natmap/files/natmap.config index 01328c1bbc..6e8862b334 100644 --- a/net/natmap/files/natmap.config +++ b/net/natmap/files/natmap.config @@ -4,7 +4,7 @@ config natmap option udp_mode '1' option interface '' option interval '' - option stun_server 'stun.stunprotocol.org' + option stun_server 'stunserver.stunprotocol.org' option http_server 'example.com' option port '8080' option forward_target '' -- 2.30.2