diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-03 04:08:40 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 15:14:40 +0700 |
commit | 7b60eb1bb551f3e8e5f8526dcaaf1cc66b612a53 (patch) | |
tree | 72aa2b664a307a7a40449a05fbd0fec20da03798 | |
parent | 9b5c553198922c2b6a22d8eb7d75b769b461902c (diff) | |
download | slackbuilds-7b60eb1bb551f3e8e5f8526dcaaf1cc66b612a53.tar.gz |
development/FreeBASIC: Updated for version 1.03.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | development/FreeBASIC/FreeBASIC.SlackBuild | 4 | ||||
-rw-r--r-- | development/FreeBASIC/FreeBASIC.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/FreeBASIC/FreeBASIC.SlackBuild b/development/FreeBASIC/FreeBASIC.SlackBuild index a6b5919c0c..ae60c1e700 100644 --- a/development/FreeBASIC/FreeBASIC.SlackBuild +++ b/development/FreeBASIC/FreeBASIC.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for FreeBASIC -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # 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=FreeBASIC -VERSION=${VERSION:-1.02.1} +VERSION=${VERSION:-1.03.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/FreeBASIC/FreeBASIC.info b/development/FreeBASIC/FreeBASIC.info index 3121b76c18..ae6acba515 100644 --- a/development/FreeBASIC/FreeBASIC.info +++ b/development/FreeBASIC/FreeBASIC.info @@ -1,10 +1,10 @@ PRGNAM="FreeBASIC" -VERSION="1.02.1" +VERSION="1.03.0" HOMEPAGE="http://www.freebasic.net" -DOWNLOAD="http://downloads.sourceforge.net/fbc/FreeBASIC-1.02.1-linux-x86.tar.gz" -MD5SUM="63f0b3c194bd67fcc9a2b8dfb53a6cda" -DOWNLOAD_x86_64="http://downloads.sourceforge.net/fbc/FreeBASIC-1.02.1-linux-x86_64.tar.gz" -MD5SUM_x86_64="ead50d9c94068bc8e8ceb4c0ae0270c0" +DOWNLOAD="http://downloads.sourceforge.net/fbc/FreeBASIC-1.03.0-linux-x86.tar.gz" +MD5SUM="91583ae0773bbb14c8a69b33bf7c835c" +DOWNLOAD_x86_64="http://downloads.sourceforge.net/fbc/FreeBASIC-1.03.0-linux-x86_64.tar.gz" +MD5SUM_x86_64="26b401e84c349a5509aa5b4107a5adca" REQUIRES="jdk" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |