From 6fdbf56fe5b51bdc6d4e90b89b127c573a7419d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:29:23 +0000 Subject: [PATCH] oxlint: Update to version 0.7.2 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 7609391186..95a7aea0e3 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.7.1", + "version": "0.7.2", "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.7.1/oxlint-win32-x64.zip", - "hash": "a0cd903fc5c3b71889cc9216537bed8bc101bae4e05968fbac3d2a62dc770e63" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.2/oxlint-win32-x64.zip", + "hash": "7a1fca38b7b1918965e04c6ec5282ef7300b22a1c5be090df8d3879329975a9b" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.1/oxlint-win32-arm64.zip", - "hash": "c113603954f984d6458d0cd951f2e7331c5154c2fee7b4f15042adaeefa1e07f" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.2/oxlint-win32-arm64.zip", + "hash": "9ddde3139d7c9360bd3694098a26f0f886af15eb8b2546d7e889443253672841" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",