diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-25 01:05:55 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-25 08:59:58 +0200 |
commit | 33d703602d5c2f4d51f5a253fbc3939d30729aaf (patch) | |
tree | 4eaf2e003461a6cd41b4c67bb2c7556569b6f7b4 /extra | |
parent | 0f7d38bee156c0926945743e1902ece2b531809f (diff) | |
download | current-33d703602d5c2f4d51f5a253fbc3939d30729aaf.tar.gz current-33d703602d5c2f4d51f5a253fbc3939d30729aaf.tar.xz |
Sat Sep 25 01:05:55 UTC 202120210925010555
a/coreutils-9.0-x86_64-1.txz: Upgraded.
Thanks to GazL for pointing out where I needed to be looking in the code to
stick with the traditional (for us, anyway) ls quoting style.
n/ca-certificates-20210924-noarch-1.txz: Upgraded.
Removed DST_Root_CA_X3.crt.
n/cifs-utils-6.14-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/php8/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php8/php8.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index f5e788ebb..bcd28974a 100755 --- a/extra/source/php8/fetch-php.sh +++ b/extra/source/php8/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.0.10.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.10.tar.xz +lftpget http://us.php.net/distributions/php-8.0.11.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.0.11.tar.xz diff --git a/extra/source/php8/php8.SlackBuild b/extra/source/php8/php8.SlackBuild index f04dbcbfa..65e29cb5a 100755 --- a/extra/source/php8/php8.SlackBuild +++ b/extra/source/php8/php8.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -ALPINE=2.24 +ALPINE=2.25 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |