diff options
author | Ray Wang <r@hev.cc> | 2023-08-21 23:27:30 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-23 08:23:18 +0800 |
commit | d5b99f9e8a0958be7f8eef66515bd98e4a7b4d96 (patch) | |
tree | eeca7753af576656f306e15b9c1cb139132c9963 /net | |
parent | 0ded22fd33d094a0ca86a2ba261567c14e1346a5 (diff) |
natmap: update to 20230820
Signed-off-by: Ray Wang <r@hev.cc>
Diffstat (limited to 'net')
-rw-r--r-- | net/natmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/natmap/Makefile b/net/natmap/Makefile index 3e5c531ae..d7fdc9459 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20230519 +PKG_VERSION:=20230820 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:=61347ccd2bf9e519ecd703559054d9dd27ce42bab1530fb63a72e7d7c4727c96 +PKG_HASH:=bf8aed93818846c54c472f5cc047c88c4ca8518bee16cace2aeabafb82ff3a21 PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>, Ray Wang <r@hev.cc> PKG_LICENSE:=MIT |