diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2015-05-16 10:22:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-16 10:22:26 +0700 |
commit | f4f9ff58130d8bfe40c76b61cd13f9ca53d1fe01 (patch) | |
tree | f5f794be7050f31e91df6b827aa160404bfd9858 /development/gambas3/gambas3.SlackBuild | |
parent | 04fabc1ddd5660b53a92e820f2d1a38446a2b735 (diff) | |
download | slackbuilds-f4f9ff58130d8bfe40c76b61cd13f9ca53d1fe01.tar.gz |
development/gambas3: Updated for version 3.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3/gambas3.SlackBuild')
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index d5db73a992..3b419709b0 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Gambas 3 -# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gambas3 -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |