diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-04 19:30:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:55 +0700 |
commit | 9097dc5e7554cdac8043f7ef87605e695aeacf9b (patch) | |
tree | 2d0dee7b6d81554015a8fac8b2562add06e6dc6e | |
parent | e8f60d292138ddcd27f39254512bbdc5dd4b1a35 (diff) | |
download | slackbuilds-9097dc5e7554cdac8043f7ef87605e695aeacf9b.tar.gz |
development/FreeBASIC: Updated for version 1.07.1.
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 a856d4837c..b851e000e0 100644 --- a/development/FreeBASIC/FreeBASIC.SlackBuild +++ b/development/FreeBASIC/FreeBASIC.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=FreeBASIC -VERSION=${VERSION:-1.06.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.07.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/development/FreeBASIC/FreeBASIC.info b/development/FreeBASIC/FreeBASIC.info index 08c6be75e6..820c24f02e 100644 --- a/development/FreeBASIC/FreeBASIC.info +++ b/development/FreeBASIC/FreeBASIC.info @@ -1,10 +1,10 @@ PRGNAM="FreeBASIC" -VERSION="1.06.0" +VERSION="1.07.1" HOMEPAGE="http://www.freebasic.net" -DOWNLOAD="http://downloads.sourceforge.net/fbc/FreeBASIC-1.06.0-linux-x86.tar.gz" -MD5SUM="e02fe93c8abdd082ed8fef1ae4c57401" -DOWNLOAD_x86_64="http://downloads.sourceforge.net/fbc/FreeBASIC-1.06.0-linux-x86_64.tar.gz" -MD5SUM_x86_64="d594541d2db85bb67b59a8a4899d1d66" +DOWNLOAD="http://downloads.sourceforge.net/fbc/FreeBASIC-1.07.1-linux-x86.tar.gz" +MD5SUM="a49da627f5605c0ce703adbc7f1d082c" +DOWNLOAD_x86_64="http://downloads.sourceforge.net/fbc/FreeBASIC-1.07.1-linux-x86_64.tar.gz" +MD5SUM_x86_64="12d32ee7148be69b47d6c1be1df64fb1" REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |