diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-12-30 22:33:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:00 +0700 |
commit | 23f5ebe207d957a3bfeffc98635413fbf3721d2c (patch) | |
tree | 65fbabca3bb21a6b19d97b43634eb9f87d49078c | |
parent | 961d130c3a5e0f8069f0846f1ba2dd8be308a57c (diff) | |
download | slackbuilds-23f5ebe207d957a3bfeffc98635413fbf3721d2c.tar.gz |
desktop/tint2: Updated for version 16.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/tint2/tint2.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/tint2/tint2.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild index d2d70edd91..44a271560b 100644 --- a/desktop/tint2/tint2.SlackBuild +++ b/desktop/tint2/tint2.SlackBuild @@ -6,10 +6,10 @@ # You are free to modify or redistribute this in any way you wish. PRGNAM=tint2 -VERSION=${VERSION:-16.0} +VERSION=${VERSION:-16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT=${COMMIT:-63d0d98a5cc087530f998c97afda5e792fb3b565} +COMMIT=${COMMIT:-8242b494bc0351d42a76450618e22494c9cbb7ff} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index 2c681b2fb6..eadcdb24c0 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,8 +1,8 @@ PRGNAM="tint2" -VERSION="16.0" +VERSION="16.1" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=16.0" -MD5SUM="24223a9f20cc1d54b5c96c5aed20646f" +DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=16.1" +MD5SUM="2c5599f796a5fdc4b681c7aade359de1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |