From 75deaa319fbdd763e78ed33af13eb30033d85f18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:30:21 +0000 Subject: [PATCH] oxlint: Update to version 0.2.18 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index ea5be46645..8ae8fe8cb8 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.2.17", + "version": "0.2.18", "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.2.17/oxlint-win32-x64.zip", - "hash": "b6f0aff88315729e73f92e7f052e1c1e8900536473766388574ce91e5ddd5b89" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.18/oxlint-win32-x64.zip", + "hash": "6c0f86d635990fd88955403fa7f0493dcb915c72182d6e1f96a669615e320643" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.17/oxlint-win32-arm64.zip", - "hash": "eeabefaa41936435c76c3943b32b6d1021ea62edee907c919c50abc2ad3634ac" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.18/oxlint-win32-arm64.zip", + "hash": "9a9b73ac67222d3da9bc5de91eb5beeea2b658d1bc219b8e8d746b9eeea892ab" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",