From 2600255ecb960f5afc2b24e2fe21e52bbf23209a Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Fri, 28 Feb 2020 22:22:17 +0100 Subject: [PATCH] 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 --- net/u2pnpd/Makefile | 6 +++--- 1 file 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