mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
19 lines
710 B
JSON
19 lines
710 B
JSON
{
|
|
"version": "3.7.5",
|
|
"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.7.5.win32.zip",
|
|
"hash": "0c2ed7b343ddc22d32b402ad62a6a124961b42e7978e1cd96d224da95b4ce5ea",
|
|
"extract_dir": "algol68g-3.7.5",
|
|
"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"
|
|
}
|
|
}
|