desktop/xdgmenumaker: Updated for version 1.1.

This commit is contained in:
B. Watson 2016-10-15 14:02:30 -04:00 committed by Willy Sudiarto Raharjo
parent 5b9155be1a
commit 4cb5b27a4c
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,6 +7,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
# 20161015 bkw:
# - Updated for v1.1.
# 20160726 bkw:
# - Updated for v0.9.
@ -14,7 +17,7 @@
# instead of install.sh so this script can't build the old version.
PRGNAM=xdgmenumaker
VERSION=${VERSION:-0.9}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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