diff options
author | Michael Heimpold <mhei@heimpold.de> | 2016-01-24 21:33:25 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2016-01-24 21:50:03 +0100 |
commit | 583c062b1376f963dafa25bb523885239a8e34a7 (patch) | |
tree | 7bb84531114b8c01be08ba384f80da6bae5daf2b /net/u2pnpd | |
parent | 3911aff1ec30e7c1ea8b942f2f68e24c63bd9cb4 (diff) |
u2pnpd: update to 0.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/u2pnpd')
-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 f859d3b03..3f77ba339 100644 --- a/net/u2pnpd/Makefile +++ b/net/u2pnpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u2pnpd -PKG_VERSION:=0.1 +PKG_VERSION:=0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/mhei/u2pnpd/releases/download/v$(PKG_VERSION) -PKG_MD5SUM:=a98089923d93803fa90d03a504c98b8e +PKG_MD5SUM:=ac6f378590d3e4e38b40e4b13f03b369 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |