diff options
author | Moritz Warning <moritzwarning@web.de> | 2024-01-01 16:37:10 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-01-03 17:34:10 +0100 |
commit | ed5e79644dbf5668558f28c980b2f10c52e8bce4 (patch) | |
tree | 15d47e4e6a2e324533c917bcbe843f108aa06b43 | |
parent | 4f31101fbfbf5efb9774884f386fcfd8669f48c0 (diff) |
dhtd: update to 1.0.1
Signed-off-by: Moritz Warning <moritzwarning@web.de>
-rw-r--r-- | net/dhtd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhtd/Makefile b/net/dhtd/Makefile index 75609b09d..8f7c8c4d9 100644 --- a/net/dhtd/Makefile +++ b/net/dhtd/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhtd -PKG_VERSION:=0.2.6 +PKG_VERSION:=1.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mwarning/dhtd/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=4d9d88dc9cb035742a86c451c6bd40a7e44161709cd962933516ef6c5170683d +PKG_HASH:=7b1338059dfb9ed2300bb6b005d7cd677d99df8c74846eaed1b0cb97641b7297 PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de> PKG_LICENSE:=MIT |