diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-03-16 09:25:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:55 +0700 |
commit | bc60ec9b3dafdfcf55991cdac6393ca940791f9f (patch) | |
tree | b0f1dea7ae3c4148f16bfd5eddd48d419a4f6273 | |
parent | 90f92c3fe0a6aefcf467f9b0f1b81f80da13f660 (diff) | |
download | slackbuilds-bc60ec9b3dafdfcf55991cdac6393ca940791f9f.tar.gz |
system/qterminal: Updated for version 0.8.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | system/qterminal/qterminal.SlackBuild | 4 | ||||
-rw-r--r-- | system/qterminal/qterminal.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/qterminal/qterminal.SlackBuild b/system/qterminal/qterminal.SlackBuild index 1352892bd2..033bcd112d 100644 --- a/system/qterminal/qterminal.SlackBuild +++ b/system/qterminal/qterminal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qterminal -# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2011-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qterminal -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/qterminal/qterminal.info b/system/qterminal/qterminal.info index c0ae7f9bb4..3b6954e2ba 100644 --- a/system/qterminal/qterminal.info +++ b/system/qterminal/qterminal.info @@ -1,10 +1,10 @@ PRGNAM="qterminal" -VERSION="0.7.1" +VERSION="0.8.0" HOMEPAGE="https://github.com/lxde/qterminal" -DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.7.1/qterminal-0.7.1.tar.xz" -MD5SUM="6c27ac08df0b6c8322729e0ad981873d" +DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.8.0/qterminal-0.8.0.tar.xz" +MD5SUM="1ce5911e0959da75e6742f10a36b73e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lxqt-build-tools qtermwidget" +REQUIRES="qtermwidget" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" |