python/webassets: Updated for version 0.10.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2014-10-03 08:49:01 +07:00 committed by Willy Sudiarto Raharjo
parent 7a2ad49626
commit a3efbdb2df
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for webassets
# 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=webassets
VERSION=${VERSION:-0.9}
VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="webassets"
VERSION="0.9"
VERSION="0.10.1"
HOMEPAGE="http://pypi.python.org/pypi/webassets/"
DOWNLOAD="http://pypi.python.org/packages/source/w/webassets/webassets-0.9.tar.gz"
MD5SUM="e9fb6a746c1166dda48d5c2cfc8bc1b5"
DOWNLOAD="http://pypi.python.org/packages/source/w/webassets/webassets-0.10.1.tar.gz"
MD5SUM="8007980e0ef38c9a42f577b2b2362e76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"