diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-03-21 16:31:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 09:59:37 +0700 |
commit | cbbd168330f34f8218a1bf2c23d3cc5b00d703fd (patch) | |
tree | 0eb5e7e82eec010e322254ccdc049e76e29a64d3 /python/git-fame | |
parent | f31e851be2266661e0723ec0e975223c029b0cdb (diff) |
python/git-fame: Updated for version 1.8.0.
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index d79cc9461162..24843ca309ac 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.7.0} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index c9da7d484b55..294a5042eafa 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -1,10 +1,10 @@ PRGNAM="git-fame" -VERSION="1.7.0" +VERSION="1.8.0" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/ae/75/828b3cd7c747cf2856d02f773a8fd5e8861fe4544c33663f02651b95a5c9/git-fame-1.7.0.tar.gz" -MD5SUM="4b2bd3fe5e99ee231efc8ea96e93e978" +DOWNLOAD="https://files.pythonhosted.org/packages/7d/21/4350f571b306a18372e32deb65aff5134a781085c88dc25fe9bdbf15b256/git-fame-1.8.0.tar.gz" +MD5SUM="83b60dcfbf7fa7a4788e7d492ae9a25d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-argopt docopt tqdm" +REQUIRES="python-argopt docopt tqdm python-tabulate" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |