diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-23 08:02:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-23 08:02:55 +0700 |
commit | 3d0fc593a0f9ed2d90e6490601c51c2cbe28f717 (patch) | |
tree | 4f3a152932409612d4687e91bc0d38a40183f0d5 /system/betty/betty.SlackBuild | |
parent | 4a9c4143093b750efc93c0e7f178aefde62ec7f3 (diff) | |
download | slackbuilds-3d0fc593a0f9ed2d90e6490601c51c2cbe28f717.tar.gz |
system/betty: Updated for version 0.1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/betty/betty.SlackBuild')
-rw-r--r-- | system/betty/betty.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/betty/betty.SlackBuild b/system/betty/betty.SlackBuild index c6f0e2970a..0166a83986 100644 --- a/system/betty/betty.SlackBuild +++ b/system/betty/betty.SlackBuild @@ -1,13 +1,13 @@ #!/bin/sh # # Slackware build script for betty -# Ryan P.C. McQuen, WA, ryan.q@linux.com +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com # # 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, with the following exception: -# the text of the GPL license may be omitted.. +# the text of the GPL license may be omitted. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -22,7 +22,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=betty -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |