diff --git a/bucket/elm.json b/bucket/elm.json index 42d7b8647c..fac40cfb6c 100644 --- a/bucket/elm.json +++ b/bucket/elm.json @@ -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" } }