Merge pull request #6531 from CMB/ngircd

ngircd: update to 24.
This commit is contained in:
Enno Boland 2017-05-28 09:52:03 +02:00 committed by GitHub
commit 54d4602ce7
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'ngircd'
pkgname=ngircd
version=23
revision=4
version=24
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
hostmakedepends="pkg-config"
@ -12,7 +12,7 @@ short_desc="Free, portable and lightweight Internet Relay Chat server"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
distfiles="https://github.com/ngircd/ngircd/releases/download/rel-${version}/ngircd-${version}.tar.xz"
checksum=d431bdbc07401b29696b2119963dde2322052a7d8924188947fa3870a138fb6a
checksum=173fa0ea10788a8ba08ef2f7e64ea8951d7c88862e744128c8b87bae424b1008
post_configure() {
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h

2
srcpkgs/ngircd/update Normal file
View File

@ -0,0 +1,2 @@
site="https://api.github.com/repos/ngircd/ngircd/tags"
pattern='"name"\s*:\s*"rel-\K[\d]+(?=")'