mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pyfiglet: Updated for version 0.7.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
268fb6eb04
commit
291a448d42
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pyfiglet
|
# Slackware build script for pyfiglet
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pyfiglet
|
PRGNAM=pyfiglet
|
||||||
VERSION=${VERSION:-0.7.3}
|
VERSION=${VERSION:-0.7.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pyfiglet"
|
PRGNAM="pyfiglet"
|
||||||
VERSION="0.7.3"
|
VERSION="0.7.4"
|
||||||
HOMEPAGE="https://github.com/pwaller/pyfiglet"
|
HOMEPAGE="https://github.com/pwaller/pyfiglet"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pyfiglet/pyfiglet-0.7.3.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/pyfiglet/pyfiglet-0.7.4.tar.gz"
|
||||||
MD5SUM="c4fce8367c7fb5d8a62c8f848332b0fa"
|
MD5SUM="72c8cf04152bcebb89aa9ff5eb51d37b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in a new issue