diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-20 12:15:36 +0200 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-20 12:17:23 +0200 |
commit | a94f520bcd410beb3c874bdf745a082ff4f24c4e (patch) | |
tree | a4957548047309eceb602aabc54cfa30c60ba962 /net/znc/Makefile | |
parent | 016ecd0d5d0c2b2eeec3fd690f79be50da794834 (diff) |
znc: update to 1.6.1
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 7836eee8c..64a7a4f86 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc -PKG_VERSION:=1.6.0 -PKG_RELEASE:=3 +PKG_VERSION:=1.6.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://znc.in/releases \ http://znc.in/releases/archive -PKG_MD5SUM:=674d8c1277752dcc627b96e33a63376e +PKG_MD5SUM:=8e29289e6229b6d2473de202170745ab PKG_MAINTAINER:=Jonas Gorski <jogo@openwrt.org> PKG_LICENSE:=Apache-2.0 |