mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pyfiglet: Updated for version 0.7.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
12ef69699b
commit
02380effb4
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyfiglet
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 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=pyfiglet
|
||||
VERSION=${VERSION:-0.7.4}
|
||||
VERSION=${VERSION:-0.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyfiglet"
|
||||
VERSION="0.7.4"
|
||||
VERSION="0.7.5"
|
||||
HOMEPAGE="https://github.com/pwaller/pyfiglet"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pyfiglet/pyfiglet-0.7.4.tar.gz"
|
||||
MD5SUM="72c8cf04152bcebb89aa9ff5eb51d37b"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pyfiglet/pyfiglet-0.7.5.tar.gz"
|
||||
MD5SUM="aa956f7af37926ab4b739c9ef87f3808"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue