diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 10:36:10 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:22 +0700 |
commit | fb563ded32d682770dc3ba3288606c40dca62283 (patch) | |
tree | 9e7809b7b8408ee7059c4dd599dfd09edf7a2c53 /python | |
parent | d01ec5391c396d55e449eb1c9717578570b9d32a (diff) | |
download | slackbuilds-fb563ded32d682770dc3ba3288606c40dca62283.tar.gz |
python/git-fame: Updated for version 1.15.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 7951b0dff4..076708a375 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-fame -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index 730d4fb842..b4f9198285 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -1,8 +1,8 @@ PRGNAM="git-fame" -VERSION="1.15.0" +VERSION="1.15.1" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/e0/32/9b257c9cc4f8ff7f9b6f146099ecd2c012d8f2b9043338e02251e1c32d2d/git-fame-1.15.0.tar.gz" -MD5SUM="" +DOWNLOAD="https://files.pythonhosted.org/packages/59/83/5820a5f114822a23e56cdd60e156ba52822d4430b37ba3f68b2a800d56ee/git-fame-1.15.1.tar.gz" +MD5SUM="7155db82b6addc8d9c4f91d8533d3e24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-argopt docopt tqdm python2-tabulate" |