mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
17 lines
578 B
JSON
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"
|
|
}
|
|
}
|