inspircd: update to 3.15.0.

This commit is contained in:
Sadie Powell 2022-12-30 14:09:42 +00:00 committed by Michal Vasilek
parent b99ea66f26
commit 9f405dbf03

View file

@ -1,6 +1,6 @@
# Template file for 'inspircd' # Template file for 'inspircd'
pkgname=inspircd pkgname=inspircd
version=3.13.0 version=3.15.0
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
@ -10,7 +10,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="http://www.inspircd.org/" homepage="http://www.inspircd.org/"
distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz" distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz"
checksum=0a4534114f5db1602c53ca4cfbb5ad623b9f990737d8c8f85890d8de47165729 checksum=c3d201dd3577917bc94257ed8aa373c24bc03c456e55886497eb87e8520f2d4d
system_accounts="inspircd" system_accounts="inspircd"
inspircd_homedir="/var/lib/inspircd" inspircd_homedir="/var/lib/inspircd"
@ -30,7 +30,6 @@ do_configure() {
./configure \ ./configure \
--enable-extras "geo_maxmind regex_posix regex_stdlib ssl_gnutls ssl_openssl sslrehashsignal sqlite3" --enable-extras "geo_maxmind regex_posix regex_stdlib ssl_gnutls ssl_openssl sslrehashsignal sqlite3"
./configure \ ./configure \
--binary-dir /usr/bin \
--disable-auto-extras \ --disable-auto-extras \
--disable-ownership \ --disable-ownership \
--distribution-label voidlinux-${revision} \ --distribution-label voidlinux-${revision} \