diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-24 22:59:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-25 08:59:48 +0100 |
commit | d2819b80a087624588330565e96333d8c83ae9ba (patch) | |
tree | e1cbdaaccbaed996722ce1fc302f40b2f1be6763 /source/xap | |
parent | 0b8ac7e37d08edef43dbf5496d7f2bcfa17e2280 (diff) | |
download | current-d2819b80a087624588330565e96333d8c83ae9ba.tar.gz current-d2819b80a087624588330565e96333d8c83ae9ba.tar.xz |
Fri Jan 24 22:59:00 UTC 202020200124225900
d/meson-0.53.1-x86_64-1.txz: Upgraded.
l/isl-0.22.1-x86_64-1.txz: Upgraded.
l/libzip-1.6.0-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.49.2-x86_64-1.txz: Upgraded.
xap/blueman-2.1.2-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-68.4.2-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/68.4.2/releasenotes/
https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html
(* Security fix *)
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/blueman/blueman.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild index be79492b7..5507fdf74 100755 --- a/source/xap/blueman/blueman.SlackBuild +++ b/source/xap/blueman/blueman.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=blueman 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 |