From d3218997de0bf8082d250b6d46e6f15b4ffba90d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 08:29:52 +0000 Subject: [PATCH] oxlint: Update to version 0.16.1 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 81fd6be201..13141bdcad 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.16.0", + "version": "0.16.1", "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.16.0/oxlint-win32-x64.zip", - "hash": "98c71ffc2eb1e323c6b49819a961b9125f0c31136cabb497c2eb81adb134ca83" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.1/oxlint-win32-x64.zip", + "hash": "dae52103f673b81f2cdf3875e479ecbbdbd564b8706a0fb5a9f5d3fdf1cd77bd" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.0/oxlint-win32-arm64.zip", - "hash": "b43c95e8b6509177a788695473f234caaaf61aceb6a2913ae8a544cf25327217" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.1/oxlint-win32-arm64.zip", + "hash": "26410ef7e45e439a733fe2b8239df187630fdd8b373091068508ad6eee41fedb" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",