python/python-xcffib: Updated for version 0.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4bf9eea3c7
commit
be4df26272
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-xcffib
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-xcffib
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-13)
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-xcffib"
|
||||
VERSION="0.5.1"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://github.com/tych0/xcffib"
|
||||
DOWNLOAD="https://pypi.python.org/packages/48/e8/83dc668044f0393c5b7bea1afdf42bf25005ca067bb130db924f673261ad/xcffib-0.5.1.tar.gz"
|
||||
MD5SUM="693776bbfb410f53e6495d67212403af"
|
||||
DOWNLOAD="https://pypi.python.org/packages/e0/36/e35d6fc422486aa9aae679b7427d3a9d453d7646d43d534cdbfb48402797/xcffib-0.6.0.tar.gz"
|
||||
MD5SUM="9014d1ee428be59a3505524b54da874f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six cffi"
|
||||
|
|
Loading…
Reference in New Issue