mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
690 B
JSON
23 lines
690 B
JSON
{
|
|
"version": "0.19.1",
|
|
"description": "Elm language compiler.",
|
|
"homepage": "https://elm-lang.org",
|
|
"license": "BSD-3-Clause",
|
|
"suggest": {
|
|
"nodejs": [
|
|
"nodejs",
|
|
"nodejs-lts"
|
|
]
|
|
},
|
|
"url": "https://github.com/elm/compiler/releases/download/0.19.1/installer-for-windows.exe#/dl.7z",
|
|
"hash": "02947d00090f556abcf8f8e95997ac993825bd783abf05786afe8f60a002d496",
|
|
"extract_dir": "bin",
|
|
"bin": "elm.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/elm/compiler"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/elm/compiler/releases/download/$version/installer-for-windows.exe#/dl.7z"
|
|
}
|
|
}
|