diff --git a/bucket/oxlint.json b/bucket/oxlint.json index a10a080e47..09ffc6fc20 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.4.3", + "version": "0.4.4", "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.4.3/oxlint-win32-x64.zip", - "hash": "6384ad8aee850be7a57432642573db67f2826b18669653a46b1a46a97dd58743" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.4/oxlint-win32-x64.zip", + "hash": "50e210fe26644065415b26b618935873e6b1f7ea11ba47e6128ef27ab25f3e3a" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.3/oxlint-win32-arm64.zip", - "hash": "253ee5f2234ea171878a42bf166303c38f06f6a482803842406fca9b77b5303e" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.4/oxlint-win32-arm64.zip", + "hash": "2f38563ab4eb4a79ca52648d78dca896534cc6a5ac7585189d0aefe7f450f2cf" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",