ScoopInstaller_Main/bucket/freebasic.json
2021-01-13 18:43:59 +01:00

35 lines
1.3 KiB
JSON

{
"version": "1.07.2",
"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/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"
}
}
}
}