From 5c8415a893d160f6f90db02d15832915a3233e2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:31:23 +0000 Subject: [PATCH] oxlint: Update to version 1.11.1 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 98e002c4b7..9a3ab46c4f 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.11.0", + "version": "1.11.1", "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.11.0/oxlint-win32-x64.zip", - "hash": "e45c32b557d0bb9898c1c6456fcc874553cc2deba61e3c28c3cf277d2626bd23" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.1/oxlint-win32-x64.zip", + "hash": "d0e81518b3161bcbe7a29b52abf2a4857815aba1ec847adc2326dc1dc14c99c9" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.0/oxlint-win32-arm64.zip", - "hash": "3adf3f194d120c3839af4501363fcdbce7833c5915553bcef632e6ce610128cb" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.1/oxlint-win32-arm64.zip", + "hash": "e4c61b97809f39b7ca18f6292fe7c6bf895086f4e14378a57cf88fcc2cf7a715" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",