From 09b5dccc0bdad1f1103f3e1fc34a28b367c56686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:27:24 +0000 Subject: [PATCH] perfetto: Update to version 35.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index 664e3190d2..0196f2e10e 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "34.0", + "version": "35.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/v34.0/windows-amd64.zip", - "hash": "fae66b8529c5193b8c3341e8983219114f27ba0747510f33cc3fc719429479e4", + "url": "https://github.com/google/perfetto/releases/download/v35.0/windows-amd64.zip", + "hash": "8298b8213e8634c3734db6eaabee2df4a7d0de9caed910ed6054934e80668d2d", "extract_dir": "windows-amd64" } },