diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 954ddef538..8f7d9a25b7 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.1.0", + "version": "1.2.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.1.0/oxlint-win32-x64.zip", - "hash": "5c30e8d7f8e9e41c4bd8f6def9b4eff8440defab25a8548e97cd53ac70b11288" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-x64.zip", + "hash": "ee1b0bb64b40bfaf202ae1c09f732dc6311c2c105b5d0e7ffa748a1d9a9a4145" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.1.0/oxlint-win32-arm64.zip", - "hash": "d71dd35b5d3a2aa7def62a6a416a301e36a1628c2f618dc627040958267e40ef" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-arm64.zip", + "hash": "bd3d383c7e4177592c0970d9e77809a542ac88dccd826c5292f87929fd2c5da3" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",