diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-08-12 18:40:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:43 +0700 |
commit | 6a2c2356442ba5c4df6c0e9a74d1e981fc8d14ba (patch) | |
tree | d9fc0837165f182de04003d4ae3bee52ecaedfd7 | |
parent | 3d3d6ea8c3674ec215b30fefaa5a16eeb51f1d7c (diff) | |
download | slackbuilds-6a2c2356442ba5c4df6c0e9a74d1e981fc8d14ba.tar.gz |
desktop/tint2: Updated for version 16.6.
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 9cee3b44a6..1bef89b635 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.2} +VERSION=${VERSION:-16.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT=${COMMIT:-b810bad93ff65854137fbd2f344ad2f99338008f} +COMMIT=${COMMIT:-1054aac7ca9f93aa140a5a7606b75599521fed5b} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index 4c24446ee5..a3802f99aa 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,8 +1,8 @@ PRGNAM="tint2" -VERSION="16.2" +VERSION="16.6" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=16.2" -MD5SUM="c9990695bc0de7e8d029738014f982ab" +DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=16.6" +MD5SUM="96cfc2722bc6c3fd8a27509442e046e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |