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>
This commit is contained in:
Andrew Clemons 2021-11-20 10:36:10 +13:00 committed by Willy Sudiarto Raharjo
parent d01ec5391c
commit fb563ded32
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"