diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-08 15:22:51 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:00 +0700 |
commit | 5debda609b2faafd5590f6ae6f7a1c7558f8def8 (patch) | |
tree | b8f658dc6417bc1ef10708c0d84eb5610c598cbb /python/python3-xcffib | |
parent | a83a0c79d1bfa2b1f97538f89bf66196ba559e88 (diff) |
python/python3-xcffib: Updated for version 1.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xcffib')
-rw-r--r-- | python/python3-xcffib/python3-xcffib.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-xcffib/python3-xcffib.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-xcffib/python3-xcffib.SlackBuild b/python/python3-xcffib/python3-xcffib.SlackBuild index 756716c5cfb9..e30e1c3600dd 100644 --- a/python/python3-xcffib/python3-xcffib.SlackBuild +++ b/python/python3-xcffib/python3-xcffib.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-xcffib # Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xcffib SRCNAM=$( echo $PRGNAM | cut -d- -f2- ) -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-xcffib/python3-xcffib.info b/python/python3-xcffib/python3-xcffib.info index 64081e976955..b11e38d9bc5f 100644 --- a/python/python3-xcffib/python3-xcffib.info +++ b/python/python3-xcffib/python3-xcffib.info @@ -1,8 +1,8 @@ PRGNAM="python3-xcffib" -VERSION="1.1.2" +VERSION="1.2.0" HOMEPAGE="https://github.com/tych0/xcffib" -DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.1.2.tar.gz" -MD5SUM="2fc058403bfad5f0d807dc57dde635de" +DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.2.0.tar.gz" +MD5SUM="1dab2ef74baa672d658c685b3346eff8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |