diff options
author | Peter Wagner <tripolar@gmx.at> | 2014-10-18 23:00:03 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2014-10-18 23:00:03 +0200 |
commit | bfcfcc48c3b3fa939dae4214833a6aac03534138 (patch) | |
tree | 9d4256264b3959eeaf1e9e3a1e206988a40c222c /net | |
parent | 83371a30d3ea61ee95191eef160304450ca2eb90 (diff) |
irssi: update to 0.8.17
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r-- | net/irssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 2f920498d..3fbfef115 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=irssi -PKG_VERSION:=0.8.16 +PKG_VERSION:=0.8.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://irssi.org/files/ -PKG_MD5SUM:=4346119c4c000d0198cda17666ff1f06 +PKG_MD5SUM:=ecf64be47978d89a742b435a81cb47db PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |