libraries/pyte: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f762a532a1
commit
e95ffda295
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyte
|
||||
|
||||
# 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
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyte
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyte"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://github.com/selectel/pyte"
|
||||
DOWNLOAD="https://github.com/selectel/pyte/archive/0.6.0/pyte-0.6.0.tar.gz"
|
||||
MD5SUM="66d7bb644ca221c9b08187fa5ff1043f"
|
||||
DOWNLOAD="https://github.com/selectel/pyte/archive/0.8.0/pyte-0.8.0.tar.gz"
|
||||
MD5SUM="d480ad3c1e023adf84a64eee71f58b10"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytest-runner wcwidth"
|
||||
|
|
Loading…
Reference in New Issue