diff options
author | Moritz Warning <moritzwarning@web.de> | 2023-11-19 16:48:00 +0100 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2023-11-21 12:55:04 +0100 |
commit | 0f3a2070dc85fc401efe53270c39e6a1e5437e17 (patch) | |
tree | 55963f6738acea4ace756a7e6069d507226576d7 /net/dhtd/Makefile | |
parent | 5ffdf3392fed0d4ddd83549971171c5412346d95 (diff) |
dhtd: update to 0.2.4
* add option to execute a script for each result
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/dhtd/Makefile')
-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 bb09f8b4a..8cc8b22d5 100644 --- a/net/dhtd/Makefile +++ b/net/dhtd/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhtd -PKG_VERSION:=0.2.1 +PKG_VERSION:=0.2.4 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:=65d2e0d6a3648fe3619d9fa4bef34a76c22577b7fe3fe460f96ac10510c3f06a +PKG_HASH:=0f35cd0016689682b277f9769ec1e95c3c1321479cedc9727abc0bc91a0427d5 PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de> PKG_LICENSE:=MIT |