From 629b2d7df07492e46b97b01703cae59735fa0340 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:28:23 +0000 Subject: [PATCH] oxlint: Update to version 0.4.2 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index aa7bab1c40..2bd96b22a9 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.4.1", + "version": "0.4.2", "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.4.1/oxlint-win32-x64.zip", - "hash": "ea0c929a49935c9afd8e84d6f25bb9ab6fff744055f8130c64e55b54982cea08" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.2/oxlint-win32-x64.zip", + "hash": "b99190fec55c429e512eb69d4aff9ba20a779faa7553ca804ec3f1b4942b55ff" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.1/oxlint-win32-arm64.zip", - "hash": "8881427c9f7e65a2bcd0afe7f10e8580a76cabd52564219fefc439fd4734d132" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.2/oxlint-win32-arm64.zip", + "hash": "c5c358f4598f6717022484659b5ee7b50de1682df8ca88c91715ccdc15fe1315" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",