Jakub Čábera c59c3d6268 http -> https (#3091)
Add some descriptions
Red - Add hash extraction
2019-02-06 21:41:02 +01:00

17 lines
578 B
JSON

{
"description": "Elm language compiler.",
"homepage": "https://elm-lang.org",
"license": "BSD-3-Clause",
"version": "0.19.0",
"url": "https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-windows.tar.gz",
"hash": "cb6fa4656b67915b0f91ae04e23f145e96330472c8d96d25e5b21b1f2118b927",
"bin": "elm.exe",
"depends": "nodejs",
"checkver": {
"github": "https://github.com/elm/compiler"
},
"autoupdate": {
"url": "https://github.com/elm/compiler/releases/download/$version/binaries-for-windows.tar.gz"
}
}