summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-04-22 17:57:29 +0100
committergrufo2022-04-22 17:57:29 +0100
commit8a5a86e3514c78e0f9e308ffc8824cd82cdc8293 (patch)
tree5710d993601797398aff5191e59b96b04748308b
parentdb8ba701a9943d18e4f59129c40a96f64c417a63 (diff)
downloadaur-8a5a86e3514c78e0f9e308ffc8824cd82cdc8293.tar.gz
New release (8.1.5-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--xampp.install12
3 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8746e0d389..fd1d90d72fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xampp
pkgdesc = A stand-alone LAMPP distribution
- pkgver = 8.1.4.1
+ pkgver = 8.1.5
pkgrel = 1
url = https://www.apachefriends.org/
install = xampp.install
@@ -40,7 +40,7 @@ pkgbase = xampp
sha256sums = 39a5617deaf42d17281b3b1b828351c0f6108cee774b3e4671af3d9bbcd48883
sha256sums = 8825623ea18abb8bfb3a8811b6c59dc8485f7d767c6f3a013fdc1b1afc979426
sha256sums = 83b30970378e8d30d7acd13ebe6dc31652548a44d2cca9fd5919fa7f06fe238d
- source_x86_64 = https://www.apachefriends.org//xampp-files/8.1.4/xampp-linux-x64-8.1.4-1-installer.run
- sha256sums_x86_64 = f39c151dad84c865542386b38bcae935672c6067489a107cb27dbde83c120429
+ source_x86_64 = https://www.apachefriends.org//xampp-files/8.1.5/xampp-linux-x64-8.1.5-0-installer.run
+ sha256sums_x86_64 = e7df9ecf645e6fe6cfc0790dda2f061fc7f5e1f948450c0d0b9f26995d780b4c
pkgname = xampp
diff --git a/PKGBUILD b/PKGBUILD
index d2049d7d62c6..0d4959454180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: oguzkagan <me@oguzkaganeren.com.tr>
pkgname='xampp'
-_srcver='8.1.4'
-_binver=1
+_srcver='8.1.5'
+_binver=0
pkgrel=1
# This PKGBUILD deals with two different versioning formats: the upstream
@@ -60,7 +60,7 @@ sha256sums=('3f262ef4b3e752992667ab482cbf364e3b9e6f95b4b6fb12a1ce6fa7a88f124e'
'39a5617deaf42d17281b3b1b828351c0f6108cee774b3e4671af3d9bbcd48883'
'8825623ea18abb8bfb3a8811b6c59dc8485f7d767c6f3a013fdc1b1afc979426'
'83b30970378e8d30d7acd13ebe6dc31652548a44d2cca9fd5919fa7f06fe238d')
-sha256sums_x86_64=('f39c151dad84c865542386b38bcae935672c6067489a107cb27dbde83c120429')
+sha256sums_x86_64=('e7df9ecf645e6fe6cfc0790dda2f061fc7f5e1f948450c0d0b9f26995d780b4c')
sha256sums_i686=('SKIP')
_platform="$(test "${CARCH}" = 'x86_64' && echo "${_build64name}" || echo "${_build32name}")"
diff --git a/xampp.install b/xampp.install
index 03b454c01912..b3e9e1e5f1a8 100644
--- a/xampp.install
+++ b/xampp.install
@@ -56,8 +56,16 @@ post_upgrade() {
if test "x${_HAVE_PACNEW}" = 'xyes'; then
echo
- echo 'One or more files have been saved as .pacnew files to preserve a current'
- echo 'version. To discard these files launch:'
+ echo 'One or more files have been saved as `.pacnew` files to preserve a current'
+ echo 'version. To replace the preserved old version with the new version, launch:'
+ echo
+ echo ' sudo find -L '\''/opt/lampp/'\'' -name '\''*.pacnew'\'' | while read _fnew_; do \'
+ echo ' _fold_="`echo "${_fnew_}" | sed '\''s/\.pacnew$//'\''`"; \'
+ echo ' sudo rm -R "${_fold_}"; \'
+ echo ' sudo mv "${_fnew_}" "${_fold_}"; \'
+ echo ' done'
+ echo
+ echo 'If instead you want to discard the new files, launch:'
echo
echo ' sudo rm -r `sudo find -L '\''/opt/lampp/'\'' -name '\''*.pacnew'\''`'
echo