diff options
author | henesy <henesy.dev@gmail.com> | 2024-11-18 19:44:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-20 08:17:51 +0700 |
commit | 102c0cf79a79e8130d27812a54cfe19302de472b (patch) | |
tree | 091a69e45fb2fdd37bb428591e42034a525a1cd0 /python/python3-dugong/python3-dugong.SlackBuild | |
parent | 0cca4b8c13679d6e9aa3dccdd9b42624babb86cb (diff) |
python/python3-dugong: Upgrade to 3.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dugong/python3-dugong.SlackBuild')
-rw-r--r-- | python/python3-dugong/python3-dugong.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-dugong/python3-dugong.SlackBuild b/python/python3-dugong/python3-dugong.SlackBuild index bebd5b4fb8..cc5b0f9cf7 100644 --- a/python/python3-dugong/python3-dugong.SlackBuild +++ b/python/python3-dugong/python3-dugong.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "python3-dugong". +# Copyright 2024 Sean Hinchee # Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dugong SRCNAM=python-dugong -VERSION=${VERSION:-3.7} +VERSION=${VERSION:-3.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |