diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-05-24 23:07:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:30:52 +0700 |
commit | b9c568b942fdc12fbfb7100549e53433f9e7465d (patch) | |
tree | 3a4edf2d9e8ae357f4b97f6f28e24750030adcee | |
parent | aac8afd3de8e09177ef1c0ff2bc89197f870b1a6 (diff) | |
download | slackbuilds-b9c568b942fdc12fbfb7100549e53433f9e7465d.tar.gz |
desktop/tint2: Updated for version 0.14.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 856da7e069..b126deedff 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.4} +VERSION=${VERSION:-0.14.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT=${COMMIT:-6df4eb4bee6a4872cfa66fbcb3bafe5b0548f173} +COMMIT=${COMMIT:-d10a505aa951c8c3589f5c5f3a2fb0c2f0dd93b4} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index 9bb2666d6d..17e48abde2 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,8 +1,8 @@ PRGNAM="tint2" -VERSION="0.14.4" +VERSION="0.14.5" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=0.14.4" -MD5SUM="ddb4bf7c9fc29a608db8c0097312cdac" +DOWNLOAD="https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=0.14.5" +MD5SUM="7e22f8d7bacf0f11470f52ad9b0e95d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |