ngircd: update to 26.

This commit is contained in:
Anthony Iliopoulos 2020-07-23 20:54:39 +02:00 committed by Andrew J. Hesford
parent c885f99a1b
commit 0f602c5acb

View file

@ -1,7 +1,7 @@
# Template file for 'ngircd'
pkgname=ngircd
version=25
revision=3
version=26
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
hostmakedepends="pkg-config"
@ -9,10 +9,10 @@ makedepends="zlib-devel libressl-devel"
conf_files="/etc/ngircd.conf"
short_desc="Free, portable and lightweight Internet Relay Chat server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://ngircd.barton.de/"
distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
checksum=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e
checksum=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6
post_configure() {
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h