diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2025-05-31 10:23:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-31 10:55:05 +0700 |
commit | b64b0ad00ee772ecccaa00bc0a7c58adb421b9a6 (patch) | |
tree | d84cb09686011dac30dde25ab895bd1eeee190a8 /python/python3-xcffib/python3-xcffib.SlackBuild | |
parent | 8a464df545372eb77ec37f3122de0eb219af3214 (diff) |
python/python3-xcffib: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xcffib/python3-xcffib.SlackBuild')
-rw-r--r-- | python/python3-xcffib/python3-xcffib.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-xcffib/python3-xcffib.SlackBuild b/python/python3-xcffib/python3-xcffib.SlackBuild index 0510fcbe7e..6ee30a6a1d 100644 --- a/python/python3-xcffib/python3-xcffib.SlackBuild +++ b/python/python3-xcffib/python3-xcffib.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xcffib SRCNAM=$( echo $PRGNAM | cut -d- -f2- ) -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |