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 /python/git-fame/git-fame.SlackBuild | |
parent | 6a0a778e77e6ce5ffdb9924c44d7f85019f342a3 (diff) |
python/git-fame: Updated for version 1.6.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/git-fame/git-fame.SlackBuild')
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index 3bbf07a29a25d..5192e78b87ee3 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} |