diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2025-04-14 20:20:35 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-16 00:29:25 +0700 |
commit | 36ed72052de8ab5088ede15c65cd169dc468c6f1 (patch) | |
tree | 0f1ace6a0e3b5f3e41abc48ea3764d0e57f220db /python/python3-qtawesome/python3-qtawesome.SlackBuild | |
parent | c4e90677d5c5c092282eec640577abad793b44e2 (diff) |
python/python3-qtawesome: Update for 1.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-qtawesome/python3-qtawesome.SlackBuild')
-rw-r--r-- | python/python3-qtawesome/python3-qtawesome.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-qtawesome/python3-qtawesome.SlackBuild b/python/python3-qtawesome/python3-qtawesome.SlackBuild index 208523ec61..c07d459edf 100644 --- a/python/python3-qtawesome/python3-qtawesome.SlackBuild +++ b/python/python3-qtawesome/python3-qtawesome.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-qtawesome -# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2025 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-qtawesome -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |