diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-01-22 07:45:34 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:38 +0700 |
commit | 619f1dca2f7cbf6953300a102a32c99c7e1a0ce5 (patch) | |
tree | 371992087cf262de0d4b09aef2c259aeb8b620d6 /python/git-fame | |
parent | b9eedb8d4fdbf543fc0e9c6075e63c453a36fd2c (diff) |
python/git-fame: Updated for version 1.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/git-fame')
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 2 | ||||
-rw-r--r-- | python/git-fame/git-fame.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index 5192e78b87ee..d79cc9461162 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=git-fame -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index e05a66eb1369..c9da7d484b55 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.1" +VERSION="1.7.0" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/f4/51/a0ea18dec176a005d12a7768b00656c2034f9e3a9b5434b42e64ee263229/git-fame-1.6.1.tar.gz" -MD5SUM="98e0015917111c075ec6cbcb81222d24" +DOWNLOAD="https://files.pythonhosted.org/packages/ae/75/828b3cd7c747cf2856d02f773a8fd5e8861fe4544c33663f02651b95a5c9/git-fame-1.7.0.tar.gz" +MD5SUM="4b2bd3fe5e99ee231efc8ea96e93e978" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-argopt docopt tqdm" |