diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-15 14:02:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | 4cb5b27a4c9c7950eecddcffbfeffc44d9844dff (patch) | |
tree | 6cf4b8a372a1f436c81a92b4358f9098b32f6858 | |
parent | 5b9155be1a04140a47d2fd79d360807f2dde0a38 (diff) | |
download | slackbuilds-4cb5b27a4c9c7950eecddcffbfeffc44d9844dff.tar.gz |
desktop/xdgmenumaker: Updated for version 1.1.
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild index 26b18decb1..2e662c66d0 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild +++ b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild @@ -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} diff --git a/desktop/xdgmenumaker/xdgmenumaker.info b/desktop/xdgmenumaker/xdgmenumaker.info index 607027e97d..1cbc6ce0ea 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.info +++ b/desktop/xdgmenumaker/xdgmenumaker.info @@ -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" |