From 82d570aa3854a40dbce49544bf703f4fe6dd56c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:30:13 +0000 Subject: [PATCH] oxlint: Update to version 1.1.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 7bc05b7f4a..954ddef538 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.0.0", + "version": "1.1.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.0.0/oxlint-win32-x64.zip", - "hash": "9b6152f7a5da9d7f1dad8b713adda2fa2964ce831ac6fdc9acbf76759fb9ac7e" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.1.0/oxlint-win32-x64.zip", + "hash": "5c30e8d7f8e9e41c4bd8f6def9b4eff8440defab25a8548e97cd53ac70b11288" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.0.0/oxlint-win32-arm64.zip", - "hash": "81d5297b966a1a035547e172fc3b181fe658517b60d3e3dca450374697d5551f" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.1.0/oxlint-win32-arm64.zip", + "hash": "d71dd35b5d3a2aa7def62a6a416a301e36a1628c2f618dc627040958267e40ef" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",