From e0607598eb46ba9ce95905d5a5d0b61bd36150a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:29:23 +0000 Subject: [PATCH] oxlint: Update to version 0.15.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 8f9397ff6d..d8330cc5bb 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.14.1", + "version": "0.15.0", "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.14.1/oxlint-win32-x64.zip", - "hash": "3240ea00991c0a6538592f07ab67c9073e07e390616e5ec52fbf927ae97cb77a" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.0/oxlint-win32-x64.zip", + "hash": "a898293a0ecca9e1bfed436dcc4e0fa64b93040acc633fd337cba40fa4ae71d5" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.14.1/oxlint-win32-arm64.zip", - "hash": "f32124086b31726cccbdc5b60de98daa25d0dc679459bf357a8baf628acf92b7" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.0/oxlint-win32-arm64.zip", + "hash": "5e029588cae464634aa6f26a5f8fd3102786478c5ca91a5ac0629a15fee1a767" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",