diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-10-31 21:31:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-01 08:59:50 +0100 |
commit | 8160de57c47ccc90ccb514a65cc14fde84939c8f (patch) | |
tree | d1e786a133f18cc17908171b1d478b72067a22fb /source/l | |
parent | a5910a0273598f41f4b9b00fcac6c215cf2b98d9 (diff) | |
download | current-8160de57c47ccc90ccb514a65cc14fde84939c8f.tar.gz |
Thu Oct 31 21:31:50 UTC 201920191031213150
a/kernel-firmware-20191030_9e194c7-noarch-1.txz: Upgraded.
d/cmake-3.15.5-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_71-x86_64-1.txz: Upgraded.
l/libxml2-2.9.10-x86_64-1.txz: Upgraded.
l/libxslt-1.1.34-x86_64-1.txz: Upgraded.
n/bluez-5.52-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-68.2.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/68.2.1/releasenotes/
Added option: --disable-updater
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libxml2/libxml2.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/libxml2/libxml2.url | 1 | ||||
-rw-r--r-- | source/l/libxslt/libxslt.url | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index 007bfa4a..9fbe39bb 100755 --- a/source/l/libxml2/libxml2.SlackBuild +++ b/source/l/libxml2/libxml2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libxml2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libxml2/libxml2.url b/source/l/libxml2/libxml2.url new file mode 100644 index 00000000..62e07ca9 --- /dev/null +++ b/source/l/libxml2/libxml2.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 diff --git a/source/l/libxslt/libxslt.url b/source/l/libxslt/libxslt.url new file mode 100644 index 00000000..62e07ca9 --- /dev/null +++ b/source/l/libxslt/libxslt.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 |