diff options
Diffstat (limited to 'development/tig')
-rw-r--r-- | development/tig/tig.SlackBuild | 5 | ||||
-rw-r--r-- | development/tig/tig.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index a0075af68d..b6f730f700 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tig -VERSION=${VERSION:-2.5.6} +VERSION=${VERSION:-2.5.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/tig/tig.info b/development/tig/tig.info index 457682e1d8..3ef744bf96 100644 --- a/development/tig/tig.info +++ b/development/tig/tig.info @@ -1,8 +1,8 @@ PRGNAM="tig" -VERSION="2.5.6" +VERSION="2.5.7" HOMEPAGE="https://jonas.github.io/tig/" -DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz" -MD5SUM="04716790bf8933db6ad98f67422fa18e" +DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz" +MD5SUM="307e966837370ba698286a1c48d31a7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |