From 655e85d3adea552b0eb1478c1a3bce47ecc10425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:32:23 +0000 Subject: [PATCH] oxlint: Update to version 0.15.8 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 8334476586..3a51f87132 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.15.7", + "version": "0.15.8", "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.15.7/oxlint-win32-x64.zip", - "hash": "dc1679ae57e5f602daf453a24bb4476678d47b09a2b7842425b2c765837366d6" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.8/oxlint-win32-x64.zip", + "hash": "bd933bf181d477976ace522c6998495d886b6157e293ac93e92694a4e943d10c" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.7/oxlint-win32-arm64.zip", - "hash": "f97130901f5c1f4be664179efe5a5afe41a79517519c7987d61f41175f40fae0" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.8/oxlint-win32-arm64.zip", + "hash": "7d50a5e0cefd4d13c57c2f839b7c9172e589740a9238f580a9432d041616ad75" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",