hiawatha: update to 11.6, fix distfiles site
This commit is contained in:
parent
0c8fe3741c
commit
25c52eedde
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hiawatha'
|
||||
pkgname=hiawatha
|
||||
version=10.12
|
||||
revision=5
|
||||
version=11.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
|
||||
-DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
|
||||
|
@ -11,9 +11,9 @@ makedepends="libxslt-devel mbedtls-devel nghttp2-devel"
|
|||
short_desc="Advanced and secure webserver for Unix"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://hiawatha-webserver.org"
|
||||
distfiles="https://hiawatha-webserver.org/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
|
||||
homepage="https://hiawatha.leisink.net"
|
||||
distfiles="https://hiawatha.leisink.net/files/hiawatha-${version}.tar.gz"
|
||||
checksum=b3c5eb7be007509b7e1f3d88cc03a99904d3b6e5e05d980f9d5bdaa424864dd6
|
||||
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
||||
make_dirs="/var/log/hiawatha 0755 root root"
|
||||
|
||||
|
@ -21,7 +21,7 @@ if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
|||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
XBPS_DISTFILES_MIRROR+=" https://hiawatha-webserver.org/files/hiawatha-${version%%.*}/"
|
||||
XBPS_DISTFILES_MIRROR+=" https://hiawatha.leisink.net/files/hiawatha-${version%%.*}/"
|
||||
|
||||
post_install() {
|
||||
vsv hiawatha
|
||||
|
|
Loading…
Reference in New Issue