Skip to content

Commit

Permalink
grain: Add version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgraham committed Dec 2, 2024
1 parent 14caa26 commit 46d1b16
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bucket/grain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"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"
}
},
"bin": "grain-win-x64.exe",
"checkver": {
"url": "https://github.com/grain-lang/grain/releases",
"regex": "Grain v(\\d+\\.\\d+\\.\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/grain-lang/grain/releases/download/grain-v$version/grain-win-x64.exe"
}
}
}
}

0 comments on commit 46d1b16

Please sign in to comment.