mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.freebasic.net",
|
|
"version": "1.07.2",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "BASIC compiler for Microsoft Windows, DOS and Linux.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip",
|
|
"hash": "sha1:a074f10e5d6feabc0179e5f4ada5ff83091a2dcb",
|
|
"extract_dir": "FreeBASIC-1.07.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win32.zip",
|
|
"hash": "sha1:82998ed4e2fa5b41f4dda9c3007733488781afba",
|
|
"extract_dir": "FreeBASIC-1.07.2-win32"
|
|
}
|
|
},
|
|
"bin": "fbc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/freebasic/fbc"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win64.zip",
|
|
"extract_dir": "FreeBASIC-$version-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win32.zip",
|
|
"extract_dir": "FreeBASIC-$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|