mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
d01ec5391c
commit
fb563ded32
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue