From: Rosen Penev Date: Wed, 14 Apr 2021 03:30:53 +0000 (-0700) Subject: ngircd: update to 26.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4dda77eccd3cf09903d15430c923942c7e58e0bb;p=openwrt-packages.git ngircd: update to 26.1 Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev --- diff --git a/net/ngircd/Makefile b/net/ngircd/Makefile index 6d4198425..d3943277b 100644 --- a/net/ngircd/Makefile +++ b/net/ngircd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ngircd -PKG_VERSION:=26 -PKG_RELEASE:=1 +PKG_VERSION:=26.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://ngircd.barton.de/pub/ngircd -PKG_HASH:=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6 +PKG_HASH:=55c16fd26009f6fc6a007df4efac87a02e122f680612cda1ce26e17a18d86254 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0