diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-17 22:00:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:21 +0700 |
commit | 422791c4f39c53ca676976d8781f046c4d8f3e92 (patch) | |
tree | df33bb4df301c768f85a72af45c94f19346e2b07 /desktop/lxqt-themes | |
parent | 54e2cc8f128668a7be1c1071b65f6f53db0d65ac (diff) |
desktop/lxqt-themes: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxqt-themes')
-rw-r--r-- | desktop/lxqt-themes/lxqt-themes.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/lxqt-themes/lxqt-themes.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/lxqt-themes/lxqt-themes.SlackBuild b/desktop/lxqt-themes/lxqt-themes.SlackBuild index 8a76ab5b7906f..7e6f99f33c2b7 100644 --- a/desktop/lxqt-themes/lxqt-themes.SlackBuild +++ b/desktop/lxqt-themes/lxqt-themes.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxqt-themes -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxqt-themes -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/lxqt-themes/lxqt-themes.info b/desktop/lxqt-themes/lxqt-themes.info index 134c710ac1f6e..2ae7bdf5028ba 100644 --- a/desktop/lxqt-themes/lxqt-themes.info +++ b/desktop/lxqt-themes/lxqt-themes.info @@ -1,8 +1,8 @@ PRGNAM="lxqt-themes" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="https://github.com/lxqt/lxqt-themes" -DOWNLOAD="https://github.com/lxqt/lxqt-themes/releases/download/1.2.0/lxqt-themes-1.2.0.tar.xz" -MD5SUM="df802d9911dbb8cb5b8354e665933d28" +DOWNLOAD="https://github.com/lxqt/lxqt-themes/releases/download/1.3.0/lxqt-themes-1.3.0.tar.xz" +MD5SUM="1949f35f83cca3426a7fb7f822bcbe68" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-build-tools" |