diff options
Diffstat (limited to 'desktop/lxmenu-data/lxmenu-data.SlackBuild')
-rw-r--r-- | desktop/lxmenu-data/lxmenu-data.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/lxmenu-data/lxmenu-data.SlackBuild b/desktop/lxmenu-data/lxmenu-data.SlackBuild index eeab55305c..903a983b4a 100644 --- a/desktop/lxmenu-data/lxmenu-data.SlackBuild +++ b/desktop/lxmenu-data/lxmenu-data.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id$ # Copyright (c) 2009 Eric Hameleers, Eindhoven, NL -# Copyright (c) 2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, IT +# Copyright (c) 2010-2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, IT # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -40,6 +40,8 @@ # * updated. # 20140529_ba51f05-1: 13/jul/2014 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.4-1: 08/sep/2014 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxmenu-data.SlackBuild' to build a Slackware package. # The package is created in /tmp. @@ -48,7 +50,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxmenu-data -VERSION=${VERSION:-20140529_ba51f05} +VERSION=${VERSION:-0.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |