mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/click: Updated for version 6.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b13babd53b
commit
7aa2173c0f
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=click
|
PRGNAM=click
|
||||||
VERSION=${VERSION:-6.4}
|
VERSION=${VERSION:-6.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="click"
|
PRGNAM="click"
|
||||||
VERSION="6.4"
|
VERSION="6.6"
|
||||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/6.4.tar.gz"
|
DOWNLOAD="https://github.com/mitsuhiko/click/archive/6.6.tar.gz"
|
||||||
MD5SUM="1133ef8fff8fa8faf9a75d9ba4782612"
|
MD5SUM="ffa505d49fd28c94b028ae8c0790e175"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue