diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 75910bfc23..eb243c4835 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.13.1", + "version": "0.13.2", "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.13.1/oxlint-win32-x64.zip", - "hash": "7c71a890d8e8282ec4d2c2eb63f2a869edbb112dfa22ad4614b1b59659ac279d" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.2/oxlint-win32-x64.zip", + "hash": "709a32c847e5cd1981192a2cb8e085f382236df41bb5d74a6ba174696fce5e54" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.1/oxlint-win32-arm64.zip", - "hash": "44b2daa225812f17fa59a5f6a0e73db01bf7f2511166b049c16903ef5e7680c6" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.2/oxlint-win32-arm64.zip", + "hash": "382d343ab22f2226fb6088f4e4fee11dc041121cfd27223527834f2b9cc35253" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",