freebasic: Update to version 1.09.0

This commit is contained in:
github-actions[bot] 2022-01-25 04:30:03 +00:00
parent 41b44a1ef4
commit 3498384cf9

View File

@ -1,18 +1,18 @@
{ {
"version": "1.08.1", "version": "1.09.0",
"description": "BASIC compiler for Microsoft Windows, DOS and Linux", "description": "BASIC compiler for Microsoft Windows, DOS and Linux",
"homepage": "https://www.freebasic.net", "homepage": "https://www.freebasic.net",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win64.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.09.0/Binaries-Windows/FreeBASIC-1.09.0-win64.zip",
"hash": "sha1:b0da193ba54a9960e4ec5b499d0a632629a41adc", "hash": "sha1:af3ab2dab4434aa8c24fe96cd84868d91d36cdbc",
"extract_dir": "FreeBASIC-1.08.1-win64" "extract_dir": "FreeBASIC-1.09.0-win64"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win32.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.09.0/Binaries-Windows/FreeBASIC-1.09.0-win32.zip",
"hash": "sha1:26cdf8cfd714eb37ad3e55cefc1a4bc60e350e55", "hash": "sha1:a3abdcbe6becbb66cb2f35902438357aa0a7039b",
"extract_dir": "FreeBASIC-1.08.1-win32" "extract_dir": "FreeBASIC-1.09.0-win32"
} }
}, },
"bin": "fbc.exe", "bin": "fbc.exe",