diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-04-14 18:56:07 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-04-16 16:05:55 +0200 |
commit | 92d316ff6c3977d1842d750766cda6420820c890 (patch) | |
tree | d48960e0d635abfb1feaa8181e26c0d34cfb884d /net/pen | |
parent | a412694bbc7376721c5411ae8a6d58aaeea3c6d8 (diff) |
pen: update to 0.27.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'net/pen')
-rw-r--r-- | net/pen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index 77b7b7a2b..646c722dc 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pen -PKG_VERSION:=0.27.3 +PKG_VERSION:=0.27.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://siag.nu/pub/pen/ -PKG_MD5SUM:=a83bbbe3aec24d8d53f5e87efb433b25 +PKG_MD5SUM:=8430c6941e2047218c55274e3e7d06f2 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING |