summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-06-09 15:49:21 +0100
committergrufo2022-06-09 15:49:21 +0100
commitf1d35b4540be15a8860f694bf94bc54f9d65679f (patch)
treefe496e16112aec18c1cbecf189c606a04b9f76bf
parentc162ea136a3cde1719713b81d2cd26eaac54d793 (diff)
downloadaur-f1d35b4540be15a8860f694bf94bc54f9d65679f.tar.gz
Update download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c46371c0811d..939fe14cffb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = xampp
pkgdesc = A stand-alone LAMPP distribution
pkgver = 8.1.6
pkgrel = 1
- url = https://www.apachefriends.org/
+ url = https://www.apachefriends.org
install = xampp.install
arch = x86_64
license = GPL
@@ -40,7 +40,7 @@ pkgbase = xampp
sha256sums = 39a5617deaf42d17281b3b1b828351c0f6108cee774b3e4671af3d9bbcd48883
sha256sums = 8825623ea18abb8bfb3a8811b6c59dc8485f7d767c6f3a013fdc1b1afc979426
sha256sums = 83b30970378e8d30d7acd13ebe6dc31652548a44d2cca9fd5919fa7f06fe238d
- source_x86_64 = https://www.apachefriends.org//xampp-files/8.1.6/xampp-linux-x64-8.1.6-0-installer.run
+ source_x86_64 = https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/8.1.6/xampp-linux-x64-8.1.6-0-installer.run
sha256sums_x86_64 = 4d9a90ec073ad3437e7dcbb8e68d075ea9bbefa7e1e0aea678e47df67fdd7816
pkgname = xampp
diff --git a/PKGBUILD b/PKGBUILD
index 31850de8aa99..f41170c6d4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,8 @@ pkgrel=1
pkgver="${_srcver}$(test "${_binver}" -eq 0 || echo ".${_binver}")"
pkgdesc='A stand-alone LAMPP distribution'
-url='https://www.apachefriends.org/'
+url='https://www.apachefriends.org'
+_dl_url='https://downloadsapachefriends.global.ssl.fastly.net'
license=('GPL')
# This PKGBUILD is configured for both 32-bit and 64-bit architectures, but
@@ -45,8 +46,8 @@ source=('bitrock-unpacker.tcl'
'xampp-manager.desktop')
_build32name='linux'
_build64name='linux-x64'
-source_i686=("${url}/${pkgname}-files/${_srcver}/${pkgname}-${_build32name}-${_srcver}-${_binver}-installer.run")
-source_x86_64=("${url}/${pkgname}-files/${_srcver}/${pkgname}-${_build64name}-${_srcver}-${_binver}-installer.run")
+source_i686=("${_dl_url}/${pkgname}-files/${_srcver}/${pkgname}-${_build32name}-${_srcver}-${_binver}-installer.run")
+source_x86_64=("${_dl_url}/${pkgname}-files/${_srcver}/${pkgname}-${_build64name}-${_srcver}-${_binver}-installer.run")
options=('staticlibs' 'libtool' '!strip')
install='xampp.install'
sha256sums=('3f262ef4b3e752992667ab482cbf364e3b9e6f95b4b6fb12a1ce6fa7a88f124e'