From f5abf0056cad3519432b5c591e66d4d57b27282f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:32:06 +0000 Subject: [PATCH] oxlint: Update to version 0.10.3 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index eca9d9b5c5..8e4688f0dc 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.10.1", + "version": "0.10.3", "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.10.1/oxlint-win32-x64.zip", - "hash": "78b26e9881d9f0296771fd0ca7d9d72514c5fe0da59de9f5be0e488b3adcf46d" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.10.3/oxlint-win32-x64.zip", + "hash": "67602933885f3c1dc702a96a9f453dad1d02c5aef14c0732d482937f0f67ffc5" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.10.1/oxlint-win32-arm64.zip", - "hash": "0215ba08e3f1420fe22e028afc680fa08d1fbf7cc85c06b502e84ea6c04ce58b" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.10.3/oxlint-win32-arm64.zip", + "hash": "5e27d22f45e983549fbe377a775b54c6cbb651febc60d1a4490cec700bf508f4" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",