desktop/xdgmenumaker: Updated for version 0.9.

This commit is contained in:
B. Watson 2016-07-26 05:05:46 -04:00 committed by Willy Sudiarto Raharjo
parent ad1c955350
commit 2f9db8c1c3
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View file

@ -7,11 +7,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
# 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:-0.8}
VERSION=${VERSION:-0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="xdgmenumaker"
VERSION="0.8"
VERSION="0.9"
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.8.tar.gz"
MD5SUM="bff56a2be42f47d6bddbd5f63991b2f1"
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.9.tar.gz"
MD5SUM="6922ab45c9b8f6cae49af6ea12417585"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyxdg txt2tags"