desktop/xdgmenumaker: Updated for version 1.6.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-11-03 03:15:32 -05:00 committed by Willy Sudiarto Raharjo
parent 913081dd91
commit d0ae65800f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 14 deletions

View File

@ -7,25 +7,19 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
# 20201103 bkw: updated for v1.6.
# 20180917 bkw: updated for v1.5.
# 20170301 bkw:
# - Use long-form github URL.
# 20170301 bkw: Use long-form github URL.
# 20161221 bkw:
# - Updated for v1.4. Missed 1.2 and 1.3 releases, sorry about that.
# 20161015 bkw:
# - Updated for v1.1.
# 20160726 bkw:
# - Updated for v0.9.
# 20161015 bkw: Updated for v1.1.
# 20160726 bkw: Updated for v0.9.
# 20150914 bkw: updated 0.5 => 0.8. upstream now uses a Makefile
# instead of install.sh so this script can't build the old version.
PRGNAM=xdgmenumaker
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="xdgmenumaker"
VERSION="1.5"
VERSION="1.6"
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.5/xdgmenumaker-1.5.tar.gz"
MD5SUM="d79547d6c746a54ebe97359e840bcfe4"
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.6/xdgmenumaker-1.6.tar.gz"
MD5SUM="4194aaa4074d938a54d0c9c853c0b4e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyxdg txt2tags"