diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-27 20:40:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-28 08:59:50 +0100 |
commit | f7c461c24b8544648a3ed3f6a9d92ef51e50af43 (patch) | |
tree | 0bf9d98cfeade9719877f6bf54c3229691bc5338 /source/n/php | |
parent | dbf5c1c4390d04802e7b37be3d2012bb8eae6675 (diff) | |
download | current-f7c461c24b8544648a3ed3f6a9d92ef51e50af43.tar.gz current-f7c461c24b8544648a3ed3f6a9d92ef51e50af43.tar.xz |
Fri Nov 27 20:40:32 UTC 202020201127204032
a/dialog-1.3_20201126-x86_64-1.txz: Upgraded.
l/adwaita-icon-theme-3.38.0-noarch-1.txz: Upgraded.
l/gsettings-desktop-schemas-3.38.0-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.23-x86_64-2.txz: Rebuilt.
Applied upstream patch to fix middle click pasting between GTK+ and KDE apps
on Wayland. Thanks to Heinz Wiesinger.
l/gtksourceview3-3.24.11-x86_64-2.txz: Rebuilt.
Get rid of stray .la file.
l/libwmf-0.2.12-x86_64-1.txz: Upgraded.
l/utf8proc-2.6.0-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.14-x86_64-1.txz: Upgraded.
n/php-7.4.13-x86_64-1.txz: Upgraded.
x/libinput-1.16.4-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index a4d0b6f59..9d4653103 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.12.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.12.tar.xz +lftpget http://us.php.net/distributions/php-7.4.13.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.13.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index b2a4cb853..74c8d4854 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,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 -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |