From a50a2bfa4312bff7f0273ae240b10d0001e63ea9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:28:03 +0000 Subject: [PATCH] oxlint: Update to version 0.2.14 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 465a5f6dde..2dbc2e1ee0 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.2.13", + "version": "0.2.14", "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.13/oxlint-win32-x64.zip", - "hash": "667af5b18aa1f8e892013bdde5d90bc5075360bc59abe183a7922cbbf456ba00" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.14/oxlint-win32-x64.zip", + "hash": "7cf29912dd04f9be3b92e08e71c12ee45525a5180d0f6cff805cbe1e650409bd" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.13/oxlint-win32-arm64.zip", - "hash": "b2121e110b5ebb2c83d14a1476d37c7c0910d99026830572e5d61e4ed2af0d7d" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.14/oxlint-win32-arm64.zip", + "hash": "f0d046754a042e6dc5ebe6d2f6803b935adfb456037d63994a427397776e556a" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",