From cf035c3e6ec13ab09a3760aee17bbc866d235d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:07:19 +0000 Subject: [PATCH] oxlint: Update to version 0.2.15 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 2dbc2e1ee0..e913410674 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.2.14", + "version": "0.2.15", "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.14/oxlint-win32-x64.zip", - "hash": "7cf29912dd04f9be3b92e08e71c12ee45525a5180d0f6cff805cbe1e650409bd" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.15/oxlint-win32-x64.zip", + "hash": "26b849ead9591e63ea20d18faf03ff40c075dd90564025fff3645b7bc0a7ea8e" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.14/oxlint-win32-arm64.zip", - "hash": "f0d046754a042e6dc5ebe6d2f6803b935adfb456037d63994a427397776e556a" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.2.15/oxlint-win32-arm64.zip", + "hash": "07f50d22457b0a22a115ebdcd0a4b91fd3ae7ea6d24f790d4d72eef2a4dbeea4" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",