From b8a3b61ef9ab73de7ac6030ebe32a1c60abc0e92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:28:05 +0000 Subject: [PATCH] oxlint: Update to version 0.3.5 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 4c9fd40f44..059dbd0037 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.3.4", + "version": "0.3.5", "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.3.4/oxlint-win32-x64.zip", - "hash": "1f96b39cc61e9753412d3e8e372d099ec383c9007c2eeea1b8b3a7c5a516cecf" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.5/oxlint-win32-x64.zip", + "hash": "6fc32b2f0464dea9d47b344241d7341bc1eadabb83a919a594935ae9e66d37e4" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.4/oxlint-win32-arm64.zip", - "hash": "ab82ddb977f38997c81f34c2389c61c29dab81275c2962753c23554bea05d7d6" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.5/oxlint-win32-arm64.zip", + "hash": "7561df3594eabdec86877b0a58f4d8e6a3088970998a5f00c9308f99b33e3181" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",