mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
inspircd: update to 3.15.0.
This commit is contained in:
parent
b99ea66f26
commit
9f405dbf03
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'inspircd'
|
||||
pkgname=inspircd
|
||||
version=3.13.0
|
||||
version=3.15.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="perl pkg-config"
|
||||
|
@ -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=0a4534114f5db1602c53ca4cfbb5ad623b9f990737d8c8f85890d8de47165729
|
||||
checksum=c3d201dd3577917bc94257ed8aa373c24bc03c456e55886497eb87e8520f2d4d
|
||||
|
||||
system_accounts="inspircd"
|
||||
inspircd_homedir="/var/lib/inspircd"
|
||||
|
@ -30,7 +30,6 @@ do_configure() {
|
|||
./configure \
|
||||
--enable-extras "geo_maxmind regex_posix regex_stdlib ssl_gnutls ssl_openssl sslrehashsignal sqlite3"
|
||||
./configure \
|
||||
--binary-dir /usr/bin \
|
||||
--disable-auto-extras \
|
||||
--disable-ownership \
|
||||
--distribution-label voidlinux-${revision} \
|
||||
|
|
Loading…
Add table
Reference in a new issue