diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-06-02 21:03:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-04 23:13:19 +0700 |
commit | 29efa064279180623757607ce2d307a1c7992a70 (patch) | |
tree | 34011721e1865a51fbd92684f2d39d884a7000dc /python/python3-xcffib/python3-xcffib.SlackBuild | |
parent | 0429ed534007f012f336f70f5a1130b6299f1e75 (diff) |
python/python3-xcffib: Update for 1.4.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 6fc055a8e6..b3077909e3 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.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |