ScoopInstaller_Main/bucket/freebasic.json
2021-06-05 10:07:41 -07:00

35 lines
1.4 KiB
JSON

{
"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.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.08.0/Binaries-Windows/FreeBASIC-1.08.0-win32.zip",
"hash": "sha1:a309e9ef8f2984966763cb1a4c1343e88ab2ede3",
"extract_dir": "FreeBASIC-1.08.0-win32"
}
},
"bin": "fbc.exe",
"checkver": {
"github": "https://github.com/freebasic/fbc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win64.zip",
"extract_dir": "FreeBASIC-$version-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win32.zip",
"extract_dir": "FreeBASIC-$version-win32"
}
}
}
}