python/git-fame: Updated for version 1.15.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
f6888b08fd
commit
8cf1d56048
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for git-fame
|
||||
|
||||
# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=git-fame
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
VERSION=${VERSION:-1.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="git-fame"
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.15.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/git-fame"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/00/b6/4eb0f863ecdd62e8a1544f5c2fcd4076c787f84f35ec7209eef59432c07b/git-fame-1.11.0.tar.gz"
|
||||
MD5SUM="5d4c8e0131022be52966aa25ffb48538"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e0/32/9b257c9cc4f8ff7f9b6f146099ecd2c012d8f2b9043338e02251e1c32d2d/git-fame-1.15.0.tar.gz"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-argopt docopt tqdm python2-tabulate"
|
||||
|
|
Loading…
Reference in New Issue