From 2a301d2316a9a283ae19b5187bdf9d7fc4bc976f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 20:27:16 +0000 Subject: [PATCH] freebasic: Update to version 1.09.0 --- bucket/freebasic.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/freebasic.json b/bucket/freebasic.json index baa64fea0b..d6621c32e0 100644 --- a/bucket/freebasic.json +++ b/bucket/freebasic.json @@ -1,18 +1,18 @@ { - "version": "1.08.1", + "version": "1.09.0", "description": "BASIC compiler for Microsoft Windows, DOS and Linux", "homepage": "https://www.freebasic.net", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win64.zip", - "hash": "sha1:b0da193ba54a9960e4ec5b499d0a632629a41adc", - "extract_dir": "FreeBASIC-1.08.1-win64" + "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.09.0/Binaries-Windows/FreeBASIC-1.09.0-win64.zip", + "hash": "sha1:af3ab2dab4434aa8c24fe96cd84868d91d36cdbc", + "extract_dir": "FreeBASIC-1.09.0-win64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win32.zip", - "hash": "sha1:26cdf8cfd714eb37ad3e55cefc1a4bc60e350e55", - "extract_dir": "FreeBASIC-1.08.1-win32" + "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.09.0/Binaries-Windows/FreeBASIC-1.09.0-win32.zip", + "hash": "sha1:a3abdcbe6becbb66cb2f35902438357aa0a7039b", + "extract_dir": "FreeBASIC-1.09.0-win32" } }, "bin": "fbc.exe",