diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-06-10 22:30:22 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2018-06-10 22:31:08 +0200 |
commit | ffcb3516b5540c091c942e1fcc6ef7dc02064b2e (patch) | |
tree | 2c130061a82d9450c1187f7601fb51e62c7e6e9c /net/u2pnpd/Makefile | |
parent | e794877106e0c5b6616779c7a0924cbe5d82b3f8 (diff) |
u2pnpd: update to 0.4
While at, switch to xz-tarball.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/u2pnpd/Makefile')
-rw-r--r-- | net/u2pnpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/u2pnpd/Makefile b/net/u2pnpd/Makefile index 57a3437cf..797ab946b 100644 --- a/net/u2pnpd/Makefile +++ b/net/u2pnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u2pnpd -PKG_VERSION:=0.3 +PKG_VERSION:=0.4 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/mhei/u2pnpd/releases/download/v$(PKG_VERSION) -PKG_HASH:=73010be7ec523e3c3a9849a9783026627ecb3bc18d8195a9bed450e98a055ac2 +PKG_HASH:=4f1c98655fd75ca5d760155490f5331656f39f96bc7ea5a7bf75311848df7e2a PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |