diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-02-14 10:48:08 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:56 +0700 |
commit | 9cd8267b7109d7cefb7d214947baa1c15ccc5c4a (patch) | |
tree | 8190b00cfcb362aa6ac59f7f1d9a81c1bd7112e7 /network/frostwire/frostwire.SlackBuild | |
parent | de09210989cc97b8cb9e27e1e68af1da825cef01 (diff) |
network/frostwire: Updated for version 6.6.2 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r-- | network/frostwire/frostwire.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index 2c0f0c0368128..56931baa8ce9f 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -3,8 +3,11 @@ # Slackware build script for frostwire # Based on SlackBuild for LimeWire by Robby Workman +# Copyright 2018 Donald Cooley, South Haven, Indiana USA # Copyright 2006-2008 Robby Workman Northport, Alabama (USA) # Copyright 2011-2013 Edward Koenig Vancouver, Washington (USA) +# Modified by Phil Warner for frostwire <pc_warner@yahoo.com> +# Updated for new version - Edward Koenig <kingbeowulf@gmail.com> (former maintainer) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,11 +27,9 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Phil Warner for frostwire <pc_warner@yahoo.com> -# Updated for new version - Edward Koenig <kingbeowulf@gmail.com> (new maintainer) PRGNAM=frostwire -VERSION=${VERSION:-5.6.0} +VERSION=${VERSION:-6.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |