desktop/xdgmenumaker: Updated for version 1.1.
This commit is contained in:
parent
5b9155be1a
commit
4cb5b27a4c
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue