aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThor772022-02-24 20:02:02 +0100
committerThor772022-02-24 20:02:02 +0100
commitb943b19c36e84c11aba5deb8b86e459bf0004256 (patch)
treec7f557b628439e47a9df2a5977121dc5e5ac01e1 /PKGBUILD
parentc2032d5ba754a6eab13a58cc1575c9938e7218e2 (diff)
downloadaur-b943b19c36e84c11aba5deb8b86e459bf0004256.tar.gz
Switch to https for closter.cgi service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f4c77e65e1b..c0f67d047397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ backup=(etc/zookeeper/configuration.xsl
etc/zookeeper/zoo.cfg)
install=install_zookeeper.sh
-_apache_cgi="http://www.apache.org/dyn/closer.cgi"
+_apache_cgi="https://www.apache.org/dyn/closer.cgi"
_closest=$(curl "${_apache_cgi}?asjson=1" | tr -d '\n ' | sed -r 's/.*"preferred":"(.+)".*/\1/')
_app_path="/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz"
source=(${_closest}/${_app_path}