diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2019-12-30 08:44:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-30 08:44:36 +0700 |
commit | 41ef5e32c03354643583ff69cd98cc1fbdf62162 (patch) | |
tree | 4c211c8165420d87b1c46f6ca45116ada05e2ddd /development | |
parent | a000b7bf1e92e0a119f30f713a36136bd97e3364 (diff) | |
download | slackbuilds-41ef5e32c03354643583ff69cd98cc1fbdf62162.tar.gz |
development/git-cola: Updated for version 3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/git-cola/git-cola.SlackBuild | 2 | ||||
-rw-r--r-- | development/git-cola/git-cola.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/git-cola/git-cola.SlackBuild b/development/git-cola/git-cola.SlackBuild index ab3796a68b..8a536f7c64 100644 --- a/development/git-cola/git-cola.SlackBuild +++ b/development/git-cola/git-cola.SlackBuild @@ -7,7 +7,7 @@ # Copyright (c) 2017-2019, Modified by: Ricardo J. Barberis <ricardo.barberis@gmail.com> PRGNAM=git-cola -VERSION=${VERSION:-3.5} +VERSION=${VERSION:-3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/git-cola/git-cola.info b/development/git-cola/git-cola.info index 76703c2064..f3d1051657 100644 --- a/development/git-cola/git-cola.info +++ b/development/git-cola/git-cola.info @@ -1,8 +1,8 @@ PRGNAM="git-cola" -VERSION="3.5" +VERSION="3.6" HOMEPAGE="https://git-cola.github.io/" -DOWNLOAD="https://github.com/git-cola/git-cola/archive/v3.5/git-cola-3.5.tar.gz" -MD5SUM="379689739331cdbd0fe05742a11e34d4" +DOWNLOAD="https://github.com/git-cola/git-cola/archive/v3.6/git-cola-3.6.tar.gz" +MD5SUM="ba4e64d82a27ee5452afbbc16a28717e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-attrs python3-certifi Sphinx" |