mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/click: Updated for version 2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f06205ba5
commit
bd2ccbf0d6
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=click
|
||||
VERSION=${VERSION:-2.4}
|
||||
VERSION=${VERSION:-2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="click"
|
||||
VERSION="2.4"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="https://github.com/mitsuhiko/click"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/2.4.tar.gz"
|
||||
MD5SUM="d5b66bd8f26cc5befd562ee3f987b012"
|
||||
DOWNLOAD="https://github.com/mitsuhiko/click/archive/2.5.tar.gz"
|
||||
MD5SUM="24c3984b6e9cb10c8ac122ceea55a3cd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue