mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
19 lines
713 B
JSON
19 lines
713 B
JSON
{
|
|
"version": "3.5.13",
|
|
"description": "Algol 68 compiler-interpreter",
|
|
"homepage": "https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://jmvdveer.home.xs4all.nl/algol68g-3.5.13.win32.zip",
|
|
"hash": "0a40c98d6fb8b96548d9af6aba8334191b0203280929feaab6b280b6c53b6088",
|
|
"extract_dir": "algol68g-3.5.13",
|
|
"bin": "bin/a68g.exe",
|
|
"checkver": {
|
|
"url": "https://jmvdveer.home.xs4all.nl/en.download.algol-68-genie-current.html",
|
|
"regex": "algol68g-([\\d.]+).win32.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://jmvdveer.home.xs4all.nl/algol68g-$version.win32.zip",
|
|
"extract_dir": "algol68g-$version"
|
|
}
|
|
}
|