mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/xdgmenumaker: Updated for version 0.9.
This commit is contained in:
parent
ad1c955350
commit
2f9db8c1c3
2 changed files with 7 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue