diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2014-10-03 08:49:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:17:07 +0700 |
commit | a3efbdb2df160a06bf6d31f1108c3b3893f64836 (patch) | |
tree | 90b654a3b1fc13fb745c5d67c4fa711a97a8762e /python/webassets | |
parent | 7a2ad49626c4e74a3ff158017edb08015517f9db (diff) | |
download | slackbuilds-a3efbdb2df160a06bf6d31f1108c3b3893f64836.tar.gz |
python/webassets: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/webassets')
-rw-r--r-- | python/webassets/webassets.SlackBuild | 4 | ||||
-rw-r--r-- | python/webassets/webassets.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/webassets/webassets.SlackBuild b/python/webassets/webassets.SlackBuild index 43887edb82..663c807cd2 100644 --- a/python/webassets/webassets.SlackBuild +++ b/python/webassets/webassets.SlackBuild @@ -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} diff --git a/python/webassets/webassets.info b/python/webassets/webassets.info index 7df8c99363..a39424e0e6 100644 --- a/python/webassets/webassets.info +++ b/python/webassets/webassets.info @@ -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" |