algol68g: Add version 3.5.1 (#5801)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Bharatvaj Hemanth 2024-05-08 08:15:43 +05:30 committed by GitHub
parent 2c6cd42249
commit cbcf9deaef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
bucket/algol68g.json Normal file
View File

@ -0,0 +1,18 @@
{
"version": "3.5.1",
"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.1.win32.zip",
"hash": "0ffad12682a72c8ed054d4e4c093958250e06ea0dc8d6d4a1790e7739708d591",
"extract_dir": "algol68g-3.5.1",
"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"
}
}