znc: update to 1.7.2.
This commit is contained in:
parent
026841c15f
commit
170b18ca82
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'znc'
|
||||
pkgname=znc
|
||||
version=1.7.1
|
||||
revision=6
|
||||
version=1.7.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--enable-python
|
||||
|
@ -16,9 +16,9 @@ short_desc="An advanced IRC Bouncer"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://github.com/znc/znc/raw/master/ChangeLog.md"
|
||||
homepage="http://znc.in/"
|
||||
distfiles="http://znc.in/releases/$pkgname-$version.tar.gz"
|
||||
checksum=44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4
|
||||
homepage="https://znc.in/"
|
||||
distfiles="https://znc.in/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=60b4e78f54c532c32673d1ef8e5f606c530ef3a6d6b76ea1daa66459a86682a9
|
||||
|
||||
system_accounts="znc"
|
||||
znc_homedir="/var/lib/znc"
|
||||
|
@ -48,6 +48,7 @@ znc-python3_package() {
|
|||
vmove usr/lib/znc/modpython.so
|
||||
}
|
||||
}
|
||||
|
||||
znc-perl_package() {
|
||||
depends="znc>=${version}_${revision}"
|
||||
short_desc+=" - perl plugin"
|
||||
|
@ -57,6 +58,7 @@ znc-perl_package() {
|
|||
vmove usr/lib/znc/perleval.pm
|
||||
}
|
||||
}
|
||||
|
||||
znc-tcl_package() {
|
||||
depends="znc>=${version}_${revision}"
|
||||
short_desc+=" - tcl plugin"
|
||||
|
@ -65,6 +67,7 @@ znc-tcl_package() {
|
|||
vmove usr/lib/znc/modtcl.so
|
||||
}
|
||||
}
|
||||
|
||||
znc-devel_package() {
|
||||
depends="znc>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue