Extras/bucket/grain.json
2026-02-09 00:54:48 +00:00

25 lines
851 B
JSON

{
"version": "0.7.2",
"description": "A modern web staple. Grain is a new language that puts academic language features to work.",
"homepage": "https://grain-lang.org/",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/grain-lang/grain/releases/download/grain-v0.7.2/grain-win-x64.exe#/grain.exe",
"hash": "e7b57dbe184827bb12194c74462e2c1b40fd6d043eb4b2053a039d966c3ed538"
}
},
"bin": "grain.exe",
"checkver": {
"github": "https://github.com/grain-lang/grain",
"regex": "grain-(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/grain-lang/grain/releases/download/grain-v$version/grain-win-x64.exe#/grain.exe"
}
}
}
}