diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-11-25 08:38:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-28 14:07:11 +0700 |
commit | 3c93bf83d12ba1940aac6fc60dbf6ce348e39734 (patch) | |
tree | e2a78ac820059548ff2538bbf97dc93dfaee2bb4 /python/argh | |
parent | bff0059c65847aeeea3f30ac7cc501b94c486a71 (diff) | |
download | slackbuilds-3c93bf83d12ba1940aac6fc60dbf6ce348e39734.tar.gz |
python/argh: Updated for version 0.26.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/argh')
-rw-r--r-- | python/argh/argh.SlackBuild | 2 | ||||
-rw-r--r-- | python/argh/argh.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/argh/argh.SlackBuild b/python/argh/argh.SlackBuild index fbfb4b9e1d..edb24ecac5 100644 --- a/python/argh/argh.SlackBuild +++ b/python/argh/argh.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=argh -VERSION=${VERSION:-0.26.0} +VERSION=${VERSION:-0.26.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/argh/argh.info b/python/argh/argh.info index 7c94d4cedf..8c1a4cf08f 100644 --- a/python/argh/argh.info +++ b/python/argh/argh.info @@ -1,8 +1,8 @@ PRGNAM="argh" -VERSION="0.26.0" +VERSION="0.26.1" HOMEPAGE="http://github.com/neithere/argh/" -DOWNLOAD="https://pypi.python.org/packages/source/a/argh/argh-0.26.0.tar.gz" -MD5SUM="959295a612a9cdad9236df7614b259ef" +DOWNLOAD="https://pypi.python.org/packages/source/a/argh/argh-0.26.1.tar.gz" +MD5SUM="5a97ce2ae74bbe3b63194906213f1184" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |