From 0346e5f0880acd63917b0bc4d4e94b3dceea0592 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:25:02 +0000 Subject: [PATCH] perfetto: Update to version 34.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index 089d1bb784..664e3190d2 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "33.1", + "version": "34.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/v33.1/windows-amd64.zip", - "hash": "91a67770acae35e208b2faaf020b166fcccdbd3b89f4e4e8e6d5b98feb6f207e", + "url": "https://github.com/google/perfetto/releases/download/v34.0/windows-amd64.zip", + "hash": "fae66b8529c5193b8c3341e8983219114f27ba0747510f33cc3fc719429479e4", "extract_dir": "windows-amd64" } },