diff --git a/bucket/oxlint.json b/bucket/oxlint.json index d86e290fea..f0afa20de1 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.12.0", + "version": "1.13.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.12.0/oxlint-win32-x64.zip", - "hash": "1efc770ddcdded1177f60b791e21df050242735ce98814b55f4602e4a2645ce9" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.13.0/oxlint-win32-x64.zip", + "hash": "15649bb6a03e519ed7dd3763a47410e0584d0d498f4739e9259cdc777fc58077" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-arm64.zip", - "hash": "ce82f43807cf8cd8b1a48eec27c122d944bcebfb8f5523b7dfe523ef5b8573a6" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.13.0/oxlint-win32-arm64.zip", + "hash": "e0c6b2fc67c35ebc85ea8532973db2633560ad50d9d36a7b71ef438499e65ea9" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",