diff options
author | Leo C <leoc@gmx.com> | 2021-02-13 02:58:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:56 +0700 |
commit | 384cb1eaef28b2e95f1f372d90aaaf8f0c2a2f38 (patch) | |
tree | 19f765d566f40805ade70e44fab2b71e5fe53c6e /desktop | |
parent | 522f60cd5e1737e780237b22c2db653c4453fa68 (diff) | |
download | slackbuilds-384cb1eaef28b2e95f1f372d90aaaf8f0c2a2f38.tar.gz |
desktop/lxhotkey: Updated for version 0.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/lxhotkey/lxhotkey.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/lxhotkey/lxhotkey.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/lxhotkey/lxhotkey.SlackBuild b/desktop/lxhotkey/lxhotkey.SlackBuild index d6739e9765..3c78e4c8f9 100644 --- a/desktop/lxhotkey/lxhotkey.SlackBuild +++ b/desktop/lxhotkey/lxhotkey.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxhotkey -# Copyright 2018 Leonardo Citrolo, Italy +# Copyright 2018-2021 Leonardo Citrolo, 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=lxhotkey -VERSION=${VERSION:-0.1.0} +VERSION=${VERSION:-0.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/lxhotkey/lxhotkey.info b/desktop/lxhotkey/lxhotkey.info index d8a144ad09..2081cd37b3 100644 --- a/desktop/lxhotkey/lxhotkey.info +++ b/desktop/lxhotkey/lxhotkey.info @@ -1,8 +1,8 @@ PRGNAM="lxhotkey" -VERSION="0.1.0" +VERSION="0.1.1" HOMEPAGE="https://wiki.lxde.org/en/LXHotkey" -DOWNLOAD="https://downloads.sourceforge.net/lxde/lxhotkey-0.1.0.tar.xz" -MD5SUM="7851d4fc375a1dae8df4c87021eba455" +DOWNLOAD="https://downloads.sourceforge.net/lxde/lxhotkey-0.1.1.tar.xz" +MD5SUM="8c932c568fa822f3e1bf4ce23f00d881" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfm" |