aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-30 17:35:13 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:17 +0700
commit0ac6128a0811df290c32200ebe0f687f316f4f8f (patch)
tree61e17e53e0b40db6e8192becb63210093edf8ec3
parenta7c1892bdf0ff60414302b16857d4f917b08b737 (diff)
downloadslackbuilds-0ac6128a0811df290c32200ebe0f687f316f4f8f.tar.xz
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>
-rw-r--r--python/git-fame/git-fame.SlackBuild4
-rw-r--r--python/git-fame/git-fame.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild
index 1103bf43370b..c30f9f38a53a 100644
--- a/python/git-fame/git-fame.SlackBuild
+++ b/python/git-fame/git-fame.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for git-fame
# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand
-# Copyright 2022 Andrew Clemons, Tokyo Japan
+# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=git-fame
-VERSION=${VERSION:-1.15.2}
+VERSION=${VERSION:-2.0.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 5d3a7e0b7aa3..f85022de433a 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.2"
+VERSION="2.0.1"
HOMEPAGE="https://pypi.python.org/pypi/git-fame"
-DOWNLOAD="https://files.pythonhosted.org/packages/74/46/c12bfce3a2963ca9db64acc98e0bfbb3098044b8dbbef5a3eb87401496f9/git-fame-1.15.2.tar.gz"
-MD5SUM="55c1662df266bf0b254bd4e6f8207649"
+DOWNLOAD="https://files.pythonhosted.org/packages/7a/f2/fd903eafd3bf5d5dff0d5885a9fd9f25d3779968897e61d406c57ed0aaf9/git-fame-2.0.1.tar.gz"
+MD5SUM="b8b0be30c8b6bdcf5f9d23d61f03d676"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-argopt docopt tqdm python3-tabulate"