freebasic: Update to version 1.07.3

This commit is contained in:
Jakub Čábera 2021-04-12 14:01:32 +02:00
parent 77adf333d9
commit cf5c8ec9dd

View File

@ -1,18 +1,18 @@
{ {
"version": "1.07.2", "version": "1.07.3",
"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/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.07.3/Binaries-Windows/FreeBASIC-1.07.3-win64.zip",
"hash": "sha1:a074f10e5d6feabc0179e5f4ada5ff83091a2dcb", "hash": "sha1:d83dd7490044d48b19fc3c98bbc443c295d6e039",
"extract_dir": "FreeBASIC-1.07.2-win64" "extract_dir": "FreeBASIC-1.07.3-win64"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win32.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.07.3/Binaries-Windows/FreeBASIC-1.07.3-win32.zip",
"hash": "sha1:82998ed4e2fa5b41f4dda9c3007733488781afba", "hash": "sha1:e87ebe391105d86dd4cba8ae834d7cceb5fbbf99",
"extract_dir": "FreeBASIC-1.07.2-win32" "extract_dir": "FreeBASIC-1.07.3-win32"
} }
}, },
"bin": "fbc.exe", "bin": "fbc.exe",
@ -22,11 +22,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win64.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win64.zip",
"extract_dir": "FreeBASIC-$version-win64" "extract_dir": "FreeBASIC-$version-win64"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win32.zip", "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win32.zip",
"extract_dir": "FreeBASIC-$version-win32" "extract_dir": "FreeBASIC-$version-win32"
} }
} }