ScoopInstaller_Main/bucket/freebasic.json
2019-08-27 03:00:30 +00:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://www.freebasic.net",
"version": "1.07.0",
"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/More/FreeBASIC-1.07.0-win64.7z",
"hash": "sha1:36f13c5e686d09c35d43a2477c3acec415fe8f56",
"extract_dir": "FreeBASIC-1.07.0-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-1.07.0-win32.7z",
"hash": "sha1:826288f5e77880f829e8ca6d64898635a5df39bb",
"extract_dir": "FreeBASIC-1.07.0-win32"
}
},
"bin": "fbc.exe",
"checkver": {
"github": "https://github.com/freebasic/fbc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-$version-win64.7z",
"extract_dir": "FreeBASIC-$version-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/More/FreeBASIC-$version-win32.7z",
"extract_dir": "FreeBASIC-$version-win32"
}
}
}
}