diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-02-15 09:07:43 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 10:37:31 +0700 |
commit | 0e37281d292ec98dca93fa3af19bfdc061262b4c (patch) | |
tree | a3fb31ee900864fba5698042d2b708d3e40856e2 /python/git-fame/git-fame.SlackBuild | |
parent | ceccffd2eda1e5355e340ed60b5c6a1b2a630d2b (diff) |
python/git-fame: Updated for version 1.11.0.
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 32c17caf37..a2f581d09a 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-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2020 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.10.1} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |