mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hiawatha: update to 11.6, fix distfiles site
This commit is contained in:
parent
0c8fe3741c
commit
25c52eedde
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=10.12
|
version=11.6
|
||||||
revision=5
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
|
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
|
||||||
-DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
|
-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"
|
short_desc="Advanced and secure webserver for Unix"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://hiawatha-webserver.org"
|
homepage="https://hiawatha.leisink.net"
|
||||||
distfiles="https://hiawatha-webserver.org/files/${pkgname}-${version}.tar.gz"
|
distfiles="https://hiawatha.leisink.net/files/hiawatha-${version}.tar.gz"
|
||||||
checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
|
checksum=b3c5eb7be007509b7e1f3d88cc03a99904d3b6e5e05d980f9d5bdaa424864dd6
|
||||||
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
||||||
make_dirs="/var/log/hiawatha 0755 root root"
|
make_dirs="/var/log/hiawatha 0755 root root"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
XBPS_DISTFILES_MIRROR+=" https://hiawatha-webserver.org/files/hiawatha-${version%%.*}/"
|
XBPS_DISTFILES_MIRROR+=" https://hiawatha.leisink.net/files/hiawatha-${version%%.*}/"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv hiawatha
|
vsv hiawatha
|
||||||
|
|
Loading…
Add table
Reference in a new issue