From c5c089be9796b5cf0b2f1a0b637a2f571f091469 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:30:28 +0000 Subject: [PATCH] oxlint: Update to version 1.3.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 8f7d9a25b7..1f23d76d26 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.2.0", + "version": "1.3.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_v1.2.0/oxlint-win32-x64.zip", - "hash": "ee1b0bb64b40bfaf202ae1c09f732dc6311c2c105b5d0e7ffa748a1d9a9a4145" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.3.0/oxlint-win32-x64.zip", + "hash": "a3727c41b367e8741b0639e81d9d5da825bd042f73bcaf45bc2136efab50ecf5" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-arm64.zip", - "hash": "bd3d383c7e4177592c0970d9e77809a542ac88dccd826c5292f87929fd2c5da3" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.3.0/oxlint-win32-arm64.zip", + "hash": "494479e7af51dbf47ddd81abf2212763dc939475f9c079efb111a6cdf9dbea98" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",