diff options
author | melikamp <melikamp@melikamp.net> | 2012-12-16 17:43:21 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:27 -0500 |
commit | 1618a0a41de14cc9b09bf1f16eab5c8a6c27c1a9 (patch) | |
tree | 833576796a8b6779023c233d35febd6f23f38137 /network/icecat/icecat.SlackBuild | |
parent | 1f6ec679088392f5ebb942f7b546ef7158f5b32f (diff) | |
download | slackbuilds-1618a0a41de14cc9b09bf1f16eab5c8a6c27c1a9.tar.gz |
network/icecat: Updated for version 17.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index 17db7e7354..b7194cabfe 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -4,21 +4,28 @@ # Written by David Negroni <dnegroni.italy@gmail.com> # Modified by melikamp <melikamp@melikamp.net> -# This program is free software: it is placed into the Public Domain -# by the author. A verbose dedication is available at -# http://creativecommons.org/publicdomain/zero/1.0/legalcode +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # This program is distributed in the hope that it will be useful, but -# without any warranty; compiling, interpreting, executing or merely -# reading the text of the program may result in lapses of consciousness -# and/or very being, up to and including the end of all existence and -# the Universe as we know it. +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program (most likely, a file named COPYING). If +# not, see <http://www.gnu.org/licenses/>. # You can get the latest version of this slackbuild early at # http://melikamp.com/features/slackbuilds.shtml PRGNAM="icecat" -VERSION="13.0.1" +VERSION="17.0.1" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |