mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/git-fame: Updated for version 2.0.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
a7c1892bdf
commit
0ac6128a08
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for git-fame
|
# Slackware build script for git-fame
|
||||||
|
|
||||||
# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand
|
# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand
|
||||||
# Copyright 2022 Andrew Clemons, Tokyo Japan
|
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=git-fame
|
PRGNAM=git-fame
|
||||||
VERSION=${VERSION:-1.15.2}
|
VERSION=${VERSION:-2.0.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="git-fame"
|
PRGNAM="git-fame"
|
||||||
VERSION="1.15.2"
|
VERSION="2.0.1"
|
||||||
HOMEPAGE="https://pypi.python.org/pypi/git-fame"
|
HOMEPAGE="https://pypi.python.org/pypi/git-fame"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/74/46/c12bfce3a2963ca9db64acc98e0bfbb3098044b8dbbef5a3eb87401496f9/git-fame-1.15.2.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/7a/f2/fd903eafd3bf5d5dff0d5885a9fd9f25d3779968897e61d406c57ed0aaf9/git-fame-2.0.1.tar.gz"
|
||||||
MD5SUM="55c1662df266bf0b254bd4e6f8207649"
|
MD5SUM="b8b0be30c8b6bdcf5f9d23d61f03d676"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python-argopt docopt tqdm python3-tabulate"
|
REQUIRES="python-argopt docopt tqdm python3-tabulate"
|
||||||
|
|
Loading…
Reference in a new issue