diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-06-14 14:45:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:35:56 +0700 |
commit | e10a50160b23d00e98475a1b0bf4f6917101437d (patch) | |
tree | 04e5fd54a38e701fe7b74520ee29e51795aa121b | |
parent | 6071a2e9db1b9a47501728f9471e1a6640b32b86 (diff) | |
download | slackbuilds-e10a50160b23d00e98475a1b0bf4f6917101437d.tar.gz |
desktop/tint2: Updated for version 0.14.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 b126deedff..378feca657 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:-0.14.5} +VERSION=${VERSION:-0.14.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT=${COMMIT:-d10a505aa951c8c3589f5c5f3a2fb0c2f0dd93b4} +COMMIT=${COMMIT:-8046600a552774253939b8a83bdd3fc0e60dacec} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index 17e48abde2..c0fada651d 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,8 +1,8 @@ PRGNAM="tint2" -VERSION="0.14.5" +VERSION="0.14.6" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=0.14.5" -MD5SUM="7e22f8d7bacf0f11470f52ad9b0e95d3" +DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=0.14.6" +MD5SUM="9cac539bc3b7ae774bf62224e882c74f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |