diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-07-22 19:23:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-07-23 08:59:53 +0200 |
commit | 33a907cb99083be9bade122d0c57db26bd1a7da0 (patch) | |
tree | ffb264998bad54fb37af55323e9cb21fd3b0b964 /source/xap | |
parent | 15dd12c06b7e2a46943dee0b3b096e2593406b8c (diff) | |
download | current-33a907cb99083be9bade122d0c57db26bd1a7da0.tar.gz |
Thu Jul 22 19:23:58 UTC 202120210722192358
a/util-linux-2.37.1-x86_64-1.txz: Upgraded.
l/libidn-1.38-x86_64-1.txz: Upgraded.
n/bind-9.16.19-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-90.0.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/90.0.2/releasenotes/
xap/seamonkey-2.53.8.1-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.8.1
(* Security fix *)
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/seamonkey/seamonkey.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild index a18e3814..77b65112 100755 --- a/source/xap/seamonkey/seamonkey.SlackBuild +++ b/source/xap/seamonkey/seamonkey.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=seamonkey TARBALLVER=${VERSION:-$(basename $(ls seamonkey-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)} # Strip the end from beta versions: VERSION=$(echo $TARBALLVER | cut -f 1 -d b) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |