mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/Unidecode: Updated for version 0.04.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
287f2036a8
commit
7a2ad49626
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Unidecode
|
||||
|
||||
# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
|
||||
PRGNAM=Unidecode
|
||||
VERSION=${VERSION:-0.04.14}
|
||||
VERSION=${VERSION:-0.04.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Unidecode"
|
||||
VERSION="0.04.14"
|
||||
VERSION="0.04.16"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/Unidecode/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.14.tar.gz"
|
||||
MD5SUM="d4106bcfdef39625944f4294ef4666de"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.16.tar.gz"
|
||||
MD5SUM="cd6e265fd61010a1cbfeb9dd42c6bcce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue