diff --git a/bucket/oxlint.json b/bucket/oxlint.json index b93a315cde..81fd6be201 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.15.15", + "version": "0.16.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_v0.15.15/oxlint-win32-x64.zip", - "hash": "7b535072b4219f75f671e18d84c4c936ccb06c7d6181d62a0ce6b227915616de" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.0/oxlint-win32-x64.zip", + "hash": "98c71ffc2eb1e323c6b49819a961b9125f0c31136cabb497c2eb81adb134ca83" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.15/oxlint-win32-arm64.zip", - "hash": "88ce9a6a4a07bb1b7f2b61592b12b5f5f055df6af5c050784a872e7cd7f2a7f9" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.0/oxlint-win32-arm64.zip", + "hash": "b43c95e8b6509177a788695473f234caaaf61aceb6a2913ae8a544cf25327217" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",