diff options
author | Bruno T. Russo (BrunoRusso) <contato@brunorusso.eti.br> | 2015-02-22 09:33:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-22 09:33:24 +0700 |
commit | 0832281da0e2b7731ec4664480940b1777bd45e4 (patch) | |
tree | 78eca452bd44df8f306454a8df48787d5b4d3526 /office/freemind/freemind.SlackBuild | |
parent | f2d3c2364927b066892f50c33b80d0e59fb14880 (diff) | |
download | slackbuilds-0832281da0e2b7731ec4664480940b1777bd45e4.tar.gz |
office/freemind: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/freemind/freemind.SlackBuild')
-rw-r--r-- | office/freemind/freemind.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/freemind/freemind.SlackBuild b/office/freemind/freemind.SlackBuild index cde924b8a8..3741cb31fe 100644 --- a/office/freemind/freemind.SlackBuild +++ b/office/freemind/freemind.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for freemind -# Copyright 2009,2011 BrunoRusso, Sao Paulo, Brazil +# Copyright 2009,2011,2015 BrunoRusso, Sao Paulo, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Robby Workman to include some things that were done in the old -# build for 12.2 (that one had apparently been abandoned and thus Bruno +# build for 14.1 (that one had apparently been abandoned and thus Bruno # rewrote it, unaware that one had already existed). PRGNAM=freemind -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |