diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-07-02 12:20:57 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-13 08:30:58 +0700 |
commit | 67ef0315306f0a0f7db733c0b4a0ca7a59ab0f15 (patch) | |
tree | 729b915883d5f2acbf31ed033665dc3e02808670 /python/git-fame | |
parent | 82341bfa954a7bd07d93448c0b91478389ba4d55 (diff) |
python/git-fame: Updated for version 1.9.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/git-fame')
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 2 | ||||
-rw-r--r-- | python/git-fame/git-fame.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index 24843ca309ac..b9e562a202e3 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=git-fame -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index 294a5042eafa..d055027ddd7c 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -1,8 +1,8 @@ PRGNAM="git-fame" -VERSION="1.8.0" +VERSION="1.9.1" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/7d/21/4350f571b306a18372e32deb65aff5134a781085c88dc25fe9bdbf15b256/git-fame-1.8.0.tar.gz" -MD5SUM="83b60dcfbf7fa7a4788e7d492ae9a25d" +DOWNLOAD="https://files.pythonhosted.org/packages/2c/f8/418f6790948ca510a20d9a3e61a5c7e99e8d96e1735327bbe0744666a9c1/git-fame-1.9.1.tar.gz" +MD5SUM="90c1ac88f69cd4a06876f8839469feb6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-argopt docopt tqdm python-tabulate" |