diff options
author | Jason Graham <jgraham@compukix.net> | 2020-10-08 20:23:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:43 +0700 |
commit | e6d2e6f808aa807d20fb810cf7bdff9114972bc3 (patch) | |
tree | 211df193dcffa8077c9b175c1611496f83b87cd4 /development/bfg/bfg.SlackBuild | |
parent | a58ef43cd8b4d2adbd017ef01048a2943d199bc2 (diff) |
development/bfg: Updated for version 1.13.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bfg/bfg.SlackBuild')
-rw-r--r-- | development/bfg/bfg.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/bfg/bfg.SlackBuild b/development/bfg/bfg.SlackBuild index 719241ecb0d77..45cb3d522a4ef 100644 --- a/development/bfg/bfg.SlackBuild +++ b/development/bfg/bfg.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh # Slackware build script for bfg - +# # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - +# Copyright 2017,2020 Jason Graham <jgraham@compukix.net> MD, USA +# # 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 2 of the License, or @@ -23,7 +24,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=bfg -VERSION=${VERSION:-1.12.15} +VERSION=${VERSION:-1.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |