diff options
author | Moritz Warning <moritzwarning@web.de> | 2023-11-16 21:07:28 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-11-16 16:50:00 -0800 |
commit | cd5f3d302930a7fa02f3957a362f461e0ffd63c2 (patch) | |
tree | d2e2f13a5a7a402f35c20b16cd07efbb4ce60f0e /net/dhtd | |
parent | e957fb560c51a13c7e2441522a31146c468043db (diff) |
dhtd: update to 0.2.1
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/dhtd')
-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 42cb6e6fd..bb09f8b4a 100644 --- a/net/dhtd/Makefile +++ b/net/dhtd/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhtd -PKG_VERSION:=0.2.0 +PKG_VERSION:=0.2.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:=044dcdcf760929daba4661bf9eac461d822ad94493aa4d9dc9623625deca72a2 +PKG_HASH:=65d2e0d6a3648fe3619d9fa4bef34a76c22577b7fe3fe460f96ac10510c3f06a PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de> PKG_LICENSE:=MIT |