freebasic: Update to version 1.08.0

This commit is contained in:
Jakub Čábera 2021-06-05 10:07:41 -07:00
parent bb2faf5370
commit 98fd6a1886

View File

@ -1,18 +1,18 @@
{
"version": "1.07.3",
"version": "1.08.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.07.3/Binaries-Windows/FreeBASIC-1.07.3-win64.zip",
"hash": "sha1:d83dd7490044d48b19fc3c98bbc443c295d6e039",
"extract_dir": "FreeBASIC-1.07.3-win64"
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.0/Binaries-Windows/FreeBASIC-1.08.0-win64.zip",
"hash": "sha1:ca182792cf99e0722ddd37de3ea265c46320c15c",
"extract_dir": "FreeBASIC-1.08.0-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.07.3/Binaries-Windows/FreeBASIC-1.07.3-win32.zip",
"hash": "sha1:e87ebe391105d86dd4cba8ae834d7cceb5fbbf99",
"extract_dir": "FreeBASIC-1.07.3-win32"
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.0/Binaries-Windows/FreeBASIC-1.08.0-win32.zip",
"hash": "sha1:a309e9ef8f2984966763cb1a4c1343e88ab2ede3",
"extract_dir": "FreeBASIC-1.08.0-win32"
}
},
"bin": "fbc.exe",