ScoopInstaller_Main/bucket/algol68g.json
2024-12-01 00:44:34 +00:00

19 lines
713 B
JSON

{
"version": "3.5.10",
"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.10.win32.zip",
"hash": "ee98cf5042aa0dfab7f8f98bb77d469bec96b67ba09ca9ce3b78e1e8da222c75",
"extract_dir": "algol68g-3.5.10",
"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"
}
}