Browse Source

development/tig: Updated for version 2.5.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
Willy Sudiarto Raharjo 3 years ago
parent
commit
ccc18f4970
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 5
      development/tig/tig.SlackBuild
  2. 6
      development/tig/tig.info

5
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

6
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=""

Loading…
Cancel
Save