python/argh: Updated for version 0.25.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-07-06 18:21:41 +07:00 committed by Robby Workman
parent abd885a409
commit 989a3109cb
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=argh
VERSION=${VERSION:-0.24.1}
VERSION=${VERSION:-0.25.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="argh"
VERSION="0.24.1"
VERSION="0.25.0"
HOMEPAGE="http://github.com/neithere/argh/"
DOWNLOAD="https://pypi.python.org/packages/source/a/argh/argh-0.24.1.tar.gz"
MD5SUM="67ef29c2a32b206228933d94cdfeda96"
DOWNLOAD="https://pypi.python.org/packages/source/a/argh/argh-0.25.0.tar.gz"
MD5SUM="96dc34397b0b88d918e62fd0026dc8ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"