diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-08 15:02:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:19 +0700 |
commit | 0a829604ff00e5c810a02069776ed21c5682470b (patch) | |
tree | fca51123ea3490b858cbe2ac4100d7b7d4c128fb /desktop | |
parent | 25a6507b9565e3d292eedb2766cac7a591c25523 (diff) | |
download | slackbuilds-0a829604ff00e5c810a02069776ed21c5682470b.tar.gz slackbuilds-0a829604ff00e5c810a02069776ed21c5682470b.tar.xz |
desktop/xdgmenumaker: Updated for version 2.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild index 575ffb9a1a..7dea43ffca 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild +++ b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20240808 bkw: updated for v2.3. # 20230711 bkw: updated for v2.1. # 20221229 bkw: updated for v2.0. # 20220110 bkw: BUILD=2, update slightly for new txt2tags. @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdgmenumaker -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/xdgmenumaker/xdgmenumaker.info b/desktop/xdgmenumaker/xdgmenumaker.info index 4e8536cd3a..8ac1c43c89 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.info +++ b/desktop/xdgmenumaker/xdgmenumaker.info @@ -1,8 +1,8 @@ PRGNAM="xdgmenumaker" -VERSION="2.1" +VERSION="2.3" HOMEPAGE="https://github.com/gapan/xdgmenumaker" -DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/2.1/xdgmenumaker-2.1.tar.gz" -MD5SUM="a6fe952808b9ab9e8661c41ddd56e378" +DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/2.3/xdgmenumaker-2.3.tar.gz" +MD5SUM="9229218a40231cfc8b9ee2e992d9bbf1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="txt2tags" |