diff options
-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" |