diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-08-30 18:11:18 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-08-31 08:59:54 +0200 |
commit | e5780b75583640ad5d71973a50d190e52897dc95 (patch) | |
tree | 288a2bf4148f546047b21dd31150edc849ab981b /source/a/mt-st | |
parent | 37c5a245427fd5970be147fa5bdd3ee1848a684e (diff) | |
download | current-e5780b75583640ad5d71973a50d190e52897dc95.tar.gz |
Sun Aug 30 18:11:18 UTC 202020200830181118
a/mt-st-1.4-x86_64-1.txz: Upgraded.
n/mutt-1.14.7-x86_64-1.txz: Upgraded.
n/openldap-2.4.52-x86_64-1.txz: Upgraded.
testing/packages/mozilla-thunderbird-78.2.1-x86_64-1.txz: Upgraded.
This version enables OpenPGP by default, disables less secure algorithms,
and fixes some OpenPGP related bugs.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.2.1/releasenotes/
Diffstat (limited to 'source/a/mt-st')
-rwxr-xr-x | source/a/mt-st/mt-st.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/mt-st/mt-st.SlackBuild b/source/a/mt-st/mt-st.SlackBuild index 7ff278e1..98ab54ff 100755 --- a/source/a/mt-st/mt-st.SlackBuild +++ b/source/a/mt-st/mt-st.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mt-st -VERSION=${VERSION:-1.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |