diff options
author | Bruno T. Russo (BrunoRusso) | 2015-02-22 03:33:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-02-22 03:33:24 +0100 |
commit | 0832281da0e2b7731ec4664480940b1777bd45e4 (patch) | |
tree | 78eca452bd44df8f306454a8df48787d5b4d3526 /office/freemind | |
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')
-rw-r--r-- | office/freemind/freemind.SlackBuild | 6 | ||||
-rw-r--r-- | office/freemind/freemind.info | 6 |
2 files changed, 6 insertions, 6 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} diff --git a/office/freemind/freemind.info b/office/freemind/freemind.info index 532ee0e945..077c4b1e81 100644 --- a/office/freemind/freemind.info +++ b/office/freemind/freemind.info @@ -1,8 +1,8 @@ PRGNAM="freemind" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="http://freemind.sourceforge.net/wiki/index.php/Main_Page" -DOWNLOAD="http://downloads.sourceforge.net/freemind/freemind-bin-max-1.0.0.zip" -MD5SUM="3d15122b99d5c830eb9c35034b66d525" +DOWNLOAD="http://downloads.sourceforge.net/freemind/freemind-bin-max-1.0.1.zip" +MD5SUM="bb217c2566e1476f11f1a68ff88a5669" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |