summaryrefslogtreecommitdiffstats
path: root/extra/source/php80
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/php80')
-rwxr-xr-xextra/source/php80/fetch-php.sh4
-rwxr-xr-xextra/source/php80/php80.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh
index 8f26da55c..e89d941b2 100755
--- a/extra/source/php80/fetch-php.sh
+++ b/extra/source/php80/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.0.13.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.0.13.tar.xz
+lftpget http://us.php.net/distributions/php-8.0.14.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.0.14.tar.xz
diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild
index b618d497e..601a67ed9 100755
--- a/extra/source/php80/php80.SlackBuild
+++ b/extra/source/php80/php80.SlackBuild
@@ -51,7 +51,7 @@ fi
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
TMP=${TMP:-/tmp}
-PKG=$TMP/package-php8/
+PKG=$TMP/package-php80/
rm -rf $PKG
mkdir -p $TMP $PKG