inspircd: update to 3.4.0

This commit is contained in:
Nathan Owens 2019-11-03 23:04:48 -06:00 committed by Helmut Pozimski
parent 87ab84cadf
commit a4cfa37190

View File

@ -1,7 +1,7 @@
# Template file for 'inspircd'
pkgname=inspircd
version=3.0.1
revision=2
version=3.4.0
revision=1
build_style=gnu-makefile
hostmakedepends="perl pkg-config"
makedepends="geoip-devel libressl-devel sqlite-devel gnutls-devel"
@ -10,7 +10,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="GPL-2.0-only"
homepage="http://www.inspircd.org/"
distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz"
checksum=e8668da4c8a183e86a42e9a825311b8280687481f8dc14c49f188f97d1aceef0
checksum=8372295f24f4f92606029cdabd16f244f6ccddc3dbfd84d625408827495e3245
system_accounts="inspircd"
inspircd_homedir="/var/lib/inspircd"
@ -45,6 +45,5 @@ do_configure() {
post_install() {
vsv inspircd
rm ${DESTDIR}/usr/${pkgname}
rm ${DESTDIR}/usr/.gdbargs
rm ${DESTDIR}/usr/inspircd.service
}