diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-14 13:02:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 06:41:57 +0700 |
commit | 16f21f1178b495c69451aba6a79358b57b8f627b (patch) | |
tree | 0679d43faf4f5c2ee21bca3954f3e5166f27cac9 /python | |
parent | 99d572de544e50d3139bac45239fbe2a0a113a37 (diff) |
python/python3-xcffib: Update for 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-xcffib/python3-xcffib.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-xcffib/python3-xcffib.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-xcffib/python3-xcffib.SlackBuild b/python/python3-xcffib/python3-xcffib.SlackBuild index e30e1c3600dd6..6fc055a8e6d72 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.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-xcffib/python3-xcffib.info b/python/python3-xcffib/python3-xcffib.info index b11e38d9bc5f7..0f1f083fe01a2 100644 --- a/python/python3-xcffib/python3-xcffib.info +++ b/python/python3-xcffib/python3-xcffib.info @@ -1,8 +1,8 @@ PRGNAM="python3-xcffib" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="https://github.com/tych0/xcffib" -DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.2.0.tar.gz" -MD5SUM="1dab2ef74baa672d658c685b3346eff8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-1.3.0.tar.gz" +MD5SUM="b2a70a1f8ee50ae2c47ee18963ce2f05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |