diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 059dbd0037..df3276d45f 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.3.5", + "version": "0.4.0", "description": "A collection of JavaScript tools written in Rust.", "homepage": "https://github.com/oxc-project/oxc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.5/oxlint-win32-x64.zip", - "hash": "6fc32b2f0464dea9d47b344241d7341bc1eadabb83a919a594935ae9e66d37e4" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.0/oxlint-win32-x64.zip", + "hash": "29bac6e8af3c0b33bc0b42d3717ebfb7523c40deebf676d0b21b6548d5e4476c" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.5/oxlint-win32-arm64.zip", - "hash": "7561df3594eabdec86877b0a58f4d8e6a3088970998a5f00c9308f99b33e3181" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.0/oxlint-win32-arm64.zip", + "hash": "bd84c086be7b4369c955f5f560ab4bb2e3afbd71effc158fc6922562378adbc8" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",