mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/xdgmenumaker: Updated for version 1.1.
This commit is contained in:
parent
5b9155be1a
commit
4cb5b27a4c
2 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,9 @@
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||||
# for details.
|
# for details.
|
||||||
|
|
||||||
|
# 20161015 bkw:
|
||||||
|
# - Updated for v1.1.
|
||||||
|
|
||||||
# 20160726 bkw:
|
# 20160726 bkw:
|
||||||
# - Updated for v0.9.
|
# - Updated for v0.9.
|
||||||
|
|
||||||
|
@ -14,7 +17,7 @@
|
||||||
# instead of install.sh so this script can't build the old version.
|
# instead of install.sh so this script can't build the old version.
|
||||||
|
|
||||||
PRGNAM=xdgmenumaker
|
PRGNAM=xdgmenumaker
|
||||||
VERSION=${VERSION:-0.9}
|
VERSION=${VERSION:-1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="xdgmenumaker"
|
PRGNAM="xdgmenumaker"
|
||||||
VERSION="0.9"
|
VERSION="1.1"
|
||||||
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
||||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.9.tar.gz"
|
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.1.tar.gz"
|
||||||
MD5SUM="6922ab45c9b8f6cae49af6ea12417585"
|
MD5SUM="e0b8cc9a2032af9b6b98019b07159e7b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pyxdg txt2tags"
|
REQUIRES="pyxdg txt2tags"
|
||||||
|
|
Loading…
Reference in a new issue