elm: update to version 0.19.1 (#506)

This commit is contained in:
linsui 2019-10-23 09:18:11 +00:00 committed by Jakub Čábera
parent c2578c11fe
commit b9a4cd8f98

View File

@ -1,16 +1,17 @@
{
"version": "0.19.1",
"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",
"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/binaries-for-windows.tar.gz"
"url": "https://github.com/elm/compiler/releases/download/$version/installer-for-windows.exe#/dl.7z"
}
}