diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 66f2d17236..0b970a16e8 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.29.0", + "version": "1.30.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/apps_v1.29.0/oxlint-win32-x64.zip", - "hash": "2269e7052eeed5d3e9fb47729dca5cb1f8aa1fab138df531c43042d6a4ac4b4a" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-x64.zip", + "hash": "f18007185ec98218f5c3e2f50f99bad7112cfd18ea6bdeac5ff13b59481150ef" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-arm64.zip", - "hash": "c057189cd534faf7b637704a05a0169c17aaa140c6092272385d4c8597b3fc4d" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-arm64.zip", + "hash": "0b57b36f7941ff555d9829f3f1337e9cd5075893bbad71f8d2a3b0d729e1a893" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",