diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-17 10:38:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:02 +0700 |
commit | 74854dd9fd3e8910f02f6bca1575a18f5f9bc85d (patch) | |
tree | b0a5927357d4d20b3bcd6c699466dacf8533cc7f /python/python3-transaction/python3-transaction.SlackBuild | |
parent | 788a7098e27916a34fbdc8ce4d7b46339c82386d (diff) |
python/python3-transaction: Updated for version 4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-transaction/python3-transaction.SlackBuild')
-rw-r--r-- | python/python3-transaction/python3-transaction.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-transaction/python3-transaction.SlackBuild b/python/python3-transaction/python3-transaction.SlackBuild index 01cae2f96b..716fb1597b 100644 --- a/python/python3-transaction/python3-transaction.SlackBuild +++ b/python/python3-transaction/python3-transaction.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-transaction SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |