ScoopInstaller_Main/bucket/algol68g.json
2025-09-06 16:28:43 +00:00

19 lines
710 B
JSON

{
"version": "3.9.0",
"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.9.0.win32.zip",
"hash": "31455a26fa05003e8f146d3fd8f39757e7aa702d97470013f4d0ac1b82b0f4b0",
"extract_dir": "algol68g-3.9.0",
"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"
}
}