Browse Source
ngircd: update to 26
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
2 deletions
-
net/ngircd/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ngircd |
|
|
|
PKG_VERSION:=25 |
|
|
|
PKG_VERSION:=26 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=https://ngircd.barton.de/pub/ngircd |
|
|
|
PKG_HASH:=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e |
|
|
|
PKG_HASH:=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6 |
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|