From b8b0ce90dbff760338397e99e5e3d6d2de7db983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 28 Feb 2023 22:57:08 +0700 Subject: [PATCH] hiawatha: add archived mirror --- srcpkgs/hiawatha/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 04377f40b88..9bb28f1d509 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -12,11 +12,13 @@ short_desc="Advanced and secure webserver for Unix" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://hiawatha-webserver.org" -distfiles="${homepage}/files/${pkgname}-${version}.tar.gz" +distfiles="https://hiawatha-webserver.org/files/${pkgname}-${version}.tar.gz" checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt" make_dirs="/var/log/hiawatha 0755 root root" +XBPS_DISTFILES_MIRROR+=" https://hiawatha-webserver.org/files/hiawatha-${version%%.*}/" + post_install() { vsv hiawatha }