From 018d9fb664bda499591b4229610be9b35e715a23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 00:36:20 +0000 Subject: [PATCH] perfetto: Update to version 33.1 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index e5670ff215..089d1bb784 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "32.1", + "version": "33.1", "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/v32.1/windows-amd64.zip", - "hash": "fbe328f3ea8cfc02bd5582fa55a7834df9190ad4ba0915a16d3c58337487f0c4", + "url": "https://github.com/google/perfetto/releases/download/v33.1/windows-amd64.zip", + "hash": "91a67770acae35e208b2faaf020b166fcccdbd3b89f4e4e8e6d5b98feb6f207e", "extract_dir": "windows-amd64" } },