From 5951f8d511e2eeb57b10b9f1611ec5c16660cb64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:25:19 +0000 Subject: [PATCH] perfetto: Update to version 41.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index 99bb087098..677a04921d 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "40.0", + "version": "41.0", "homepage": "https://perfetto.dev/", "description": "A production-grade open-source stack for performance instrumentation and trace analysis.", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/perfetto/releases/download/v40.0/windows-amd64.zip", - "hash": "86573313414935b91fc191ad37cca71a0ad5c7c6244a3670fd198b1c1670a25c", + "url": "https://github.com/google/perfetto/releases/download/v41.0/windows-amd64.zip", + "hash": "0dea66ce1390dd10446facb66a574b4656f7c72a85cfbf98416f89ae88c0cc1f", "extract_dir": "windows-amd64" } },