From: Jonas Gorski Date: Wed, 6 Feb 2019 11:51:58 +0000 (+0100) Subject: znc: update to 1.7.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4629f043e08ed7a26dc1eeafa1a93bfc05e3788b;p=feed%2Fpackages.git znc: update to 1.7.2 Includes minor bugfixes, translation updates and most of the OpenSSL compilation patch. Signed-off-by: Jonas Gorski --- diff --git a/net/znc/Makefile b/net/znc/Makefile index a75693ac5f..0738786505 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -8,21 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc -PKG_VERSION:=1.7.1 -PKG_RELEASE:=4 +PKG_VERSION:=1.7.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://znc.in/releases \ https://znc.in/releases/archive -PKG_HASH:=44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4 +PKG_HASH:=60b4e78f54c532c32673d1ef8e5f606c530ef3a6d6b76ea1daa66459a86682a9 PKG_MAINTAINER:=Jonas Gorski PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:znc:znc -PKG_FIXUP:=autoreconf - PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1