diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 50abb51447..1099b3ce29 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.8.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_v1.7.0/oxlint-win32-x64.zip", - "hash": "a829a296881305c5eb10255c5e9ed25f193eff3436ec72de1f53cbbdcc98b6c0" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.8.0/oxlint-win32-x64.zip", + "hash": "0879ae9f66efd0fa1f094a605419f6f243eeec839f234770adf70c60ba003944" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.7.0/oxlint-win32-arm64.zip", - "hash": "de3ee72f0afb58fc38e0376d040b141376170a546eb6e9cf01e720b80bc4375a" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.8.0/oxlint-win32-arm64.zip", + "hash": "d12206db5b052264c0904203b39a4f7422b7591978348352a4e2dd45a6126e58" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",