diff --git a/bucket/grain.json b/bucket/grain.json new file mode 100644 index 00000000000000..f7648a6b9ab418 --- /dev/null +++ b/bucket/grain.json @@ -0,0 +1,24 @@ +{ + "version": "0.6.6", + "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.6.6/grain-win-x64.exe#/grain.exe", + "hash": "0b77227e638e0d9bfe4335d8e9e82a123240177ddc2f27abd0bdad3da1d0e79b" + } + }, + "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" + } + } + } +}