diff options
-rw-r--r-- | development/tig/tig.SlackBuild | 4 | ||||
-rw-r--r-- | development/tig/tig.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index 6349ffe675da..3baf7cddd344 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tig -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tig -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/tig/tig.info b/development/tig/tig.info index 1405e6b69498..d23f083a2325 100644 --- a/development/tig/tig.info +++ b/development/tig/tig.info @@ -1,8 +1,8 @@ PRGNAM="tig" -VERSION="2.2" -HOMEPAGE="http://jonas.nitro.dk/tig/" -DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-2.2.tar.gz" -MD5SUM="11c1c3c54a8c9883b14a35ba1dad0b87" +VERSION="2.2.1" +HOMEPAGE="https://jonas.github.io/tig/" +DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.2.1/tig-2.2.1.tar.gz" +MD5SUM="c93217874652d5c970e23d188df62a7c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |