Browse Source

ngircd: update to 26.1

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
4dda77eccd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/ngircd/Makefile

+ 3
- 3
net/ngircd/Makefile View File

@ -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


Loading…
Cancel
Save