diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-01-06 09:46:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:36 +0700 |
commit | 9b107ce0bdee1ec763aa0d4c9cd3704d37929605 (patch) | |
tree | f67d547a9c2aa6fd703a3c32bca8cc6c5743f9a7 /python/python-argopt | |
parent | e01d4c09935f518c2c15cc2a19ce805d6b553984 (diff) |
python/python-argopt: Updated for version 0.5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-argopt')
-rw-r--r-- | python/python-argopt/python-argopt.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-argopt/python-argopt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-argopt/python-argopt.SlackBuild b/python/python-argopt/python-argopt.SlackBuild index b582e1a977a2..39f81e29cded 100644 --- a/python/python-argopt/python-argopt.SlackBuild +++ b/python/python-argopt/python-argopt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-argopt -# Copyright 2018 Andrew Clemons, Wellington New Zealand +# Copyright 2018-2019 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-argopt SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)" -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-argopt/python-argopt.info b/python/python-argopt/python-argopt.info index e60132cb16a1..344c0d332a61 100644 --- a/python/python-argopt/python-argopt.info +++ b/python/python-argopt/python-argopt.info @@ -1,8 +1,8 @@ PRGNAM="python-argopt" -VERSION="0.4.0" +VERSION="0.5.0" HOMEPAGE="https://github.com/casperdcl/argopt" -DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.4.0/argopt-0.4.0.tar.gz" -MD5SUM="574b2c3504b163e4d52d1677f279aabe" +DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.5.0/argopt-0.5.0.tar.gz" +MD5SUM="c3e850ddad6ac1cc11c3de8745caf0d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |