diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 23:57:51 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 23:57:51 +0100 |
commit | b89f0c54fd15f137a0954c32026578490e8ae60f (patch) | |
tree | 6c7d9a58ab337df607c3cbcfaf67715153f22fdf /net/pen | |
parent | 38e0c6bbbbc7adef3800f943f00ffea081993b53 (diff) |
pen: update to 0.27.1
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 aaeb160c0..cb597a0ab 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pen -PKG_VERSION:=0.27.0 +PKG_VERSION:=0.27.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://siag.nu/pub/pen/ -PKG_MD5SUM:=91799cd095402a8e7b2cfcb10bcf5cb5 +PKG_MD5SUM:=652c457266b6ec6a295f4c7895785674 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING |