From 3e3f4e1ae5c95fbdc0378fd6324f1d3de24673ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:32:00 +0000 Subject: [PATCH] oxlint: Update to version 1.0.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index a7d6482a08..7bc05b7f4a 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.18.1", + "version": "1.0.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.18.1/oxlint-win32-x64.zip", - "hash": "aee25a3918938342b6417fb6dcba7d39943ff96186b25342b37dbd50c553c825" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.0.0/oxlint-win32-x64.zip", + "hash": "9b6152f7a5da9d7f1dad8b713adda2fa2964ce831ac6fdc9acbf76759fb9ac7e" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.18.1/oxlint-win32-arm64.zip", - "hash": "0a1e531ea84920ac702b15125499ca24d138a6f82bc522c0072125a948e677de" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.0.0/oxlint-win32-arm64.zip", + "hash": "81d5297b966a1a035547e172fc3b181fe658517b60d3e3dca450374697d5551f" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",