diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-05 18:32:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-06 09:00:33 +0200 |
commit | 4295accb5f5f4c0c8ec00f664bd6f579de4a8140 (patch) | |
tree | db23c603534d849f6a135b753fab187d39aa07d5 /source/d/mercurial | |
parent | c110ee629f5e680b120cb3431e47dbe4bee3cc65 (diff) | |
download | current-4295accb5f5f4c0c8ec00f664bd6f579de4a8140.tar.gz current-4295accb5f5f4c0c8ec00f664bd6f579de4a8140.tar.xz |
Thu Jul 5 18:32:28 UTC 201820180705183228
ap/mariadb-10.3.8-x86_64-1.txz: Upgraded.
d/mercurial-4.6.2-x86_64-1.txz: Upgraded.
l/babl-0.1.52-x86_64-1.txz: Upgraded.
l/gegl-0.4.4-x86_64-1.txz: Upgraded.
xap/gimp-2.10.4-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-52.9.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/52.9.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2018-18/
(* Security fix *)
Diffstat (limited to 'source/d/mercurial')
-rwxr-xr-x | source/d/mercurial/mercurial.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild index ef09827bb..b825c2dd9 100755 --- a/source/d/mercurial/mercurial.SlackBuild +++ b/source/d/mercurial/mercurial.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mercurial VERSION=${VERSION:-$(echo mercurial-*.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 |