diff options
author | Richard Yu <yurichard3839@gmail.com> | 2022-12-26 12:29:02 +0800 |
---|---|---|
committer | Richard Yu <yurichard3839@gmail.com> | 2022-12-26 12:29:02 +0800 |
commit | 6163de4ffa21ad3fdd0df167d2ad926954e4f673 (patch) | |
tree | cc01e49a71bdc6b6defc09dfb27231fe80003cb9 /net | |
parent | 8111d494749ad1f56218852fb9a587e99c173870 (diff) |
natmap: update to 20221225
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/natmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/natmap/Makefile b/net/natmap/Makefile index d45b5d257..4f79967ac 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20221203 -PKG_RELEASE:=2 +PKG_VERSION:=20221225 +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:=c7aa0bb1f3e057bf1fa987ad6166ba7c2e80510a89593e04f4fe0f36f1873338 +PKG_HASH:=cc19a5b876fd75424619ae90aa6b0414a438c1f6f55537b9b28f1c23d925f6ff PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com> PKG_LICENSE:=MIT |