diff options
author | Michael Heimpold <mhei@heimpold.de> | 2020-02-28 22:22:17 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2020-02-28 22:24:04 +0100 |
commit | 2600255ecb960f5afc2b24e2fe21e52bbf23209a (patch) | |
tree | d9af79608a2c0c2454d94bbf89d7cfb01c8ca23e /net/u2pnpd/Makefile | |
parent | 355d8b1388fa3cb238c1e2e4364470470805ea69 (diff) |
u2pnpd: update to 0.5
This update fixes #11452 since LFS detection support was added upstream.
While at, update SPDX license tag to latest standard.
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 797ab946b..abcd87217 100644 --- a/net/u2pnpd/Makefile +++ b/net/u2pnpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u2pnpd -PKG_VERSION:=0.4 +PKG_VERSION:=0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/mhei/u2pnpd/releases/download/v$(PKG_VERSION) -PKG_HASH:=4f1c98655fd75ca5d760155490f5331656f39f96bc7ea5a7bf75311848df7e2a +PKG_HASH:=863cf1b498b6704016ec5e84c07348b59d43a35d1332d1668f6f8968e1492210 -PKG_LICENSE:=GPL-2.0 +PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> |