diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-01-06 09:47:40 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:36 +0700 |
commit | e01d4c09935f518c2c15cc2a19ce805d6b553984 (patch) | |
tree | cc64303c436da0e05709a33b8f52dc733b57fdae | |
parent | 6a0a778e77e6ce5ffdb9924c44d7f85019f342a3 (diff) | |
download | slackbuilds-e01d4c09935f518c2c15cc2a19ce805d6b553984.tar.gz |
python/git-fame: Updated for version 1.6.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 4 | ||||
-rw-r--r-- | python/git-fame/git-fame.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index 3bbf07a29a..5192e78b87 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for git-fame -# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=git-fame -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index de94c1c9d9..e05a66eb13 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -1,8 +1,8 @@ PRGNAM="git-fame" -VERSION="1.6.0" +VERSION="1.6.1" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/ed/e0/7579bb29efe18fe3268b213ef4490a390b85e46f3249ffbaba8255d6cd8a/git-fame-1.6.0.tar.gz" -MD5SUM="dcea62392ee1812d12ab6a97950a1df9" +DOWNLOAD="https://files.pythonhosted.org/packages/f4/51/a0ea18dec176a005d12a7768b00656c2034f9e3a9b5434b42e64ee263229/git-fame-1.6.1.tar.gz" +MD5SUM="98e0015917111c075ec6cbcb81222d24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-argopt docopt tqdm" |