diff options
author | Ray Wang <r@hev.cc> | 2024-01-26 23:04:21 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-01-27 13:30:06 +0100 |
commit | 42c6e10ada066e54071026930460e91ba14dfb4b (patch) | |
tree | fb069cceeda1b5cc1a3228fe9d3f6ce010c6eb25 /net | |
parent | 79ae76806bbf118612b4036ee984e832aceba5f5 (diff) |
natmap: update to 20240126
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 d7fdc9459..5f93c5285 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20230820 +PKG_VERSION:=20240126 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:=bf8aed93818846c54c472f5cc047c88c4ca8518bee16cace2aeabafb82ff3a21 +PKG_HASH:=7d8b3fe5c29dfe30271197b8ea1f78af292830483aefb1ccc21a3ec05f74627b PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>, Ray Wang <r@hev.cc> PKG_LICENSE:=MIT |