freebasic: Update to version 1.08.1

This commit is contained in:
Richard Kuhnt 2021-07-09 03:00:23 +00:00
parent e58782fc73
commit 756acfd87d

View File

@ -1,18 +1,18 @@
{
"version": "1.08.0",
"version": "1.08.1",
"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.0/Binaries-Windows/FreeBASIC-1.08.0-win64.zip",
"hash": "sha1:ca182792cf99e0722ddd37de3ea265c46320c15c",
"extract_dir": "FreeBASIC-1.08.0-win64"
"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"
},
"32bit": {
"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"
"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"
}
},
"bin": "fbc.exe",