From 1a267fc671b096ba279803358bad9ac0c6b94ac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:30:05 +0000 Subject: [PATCH] perfetto: Update to version 52.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index b0d6b6bef1..fb04cad28d 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "51.2", + "version": "52.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/v51.2/windows-amd64.zip", - "hash": "ea54be4969da65c2bc46191810416d8cac11617ad49e84e27c55c20ec3834306", + "url": "https://github.com/google/perfetto/releases/download/v52.0/windows-amd64.zip", + "hash": "37a837ae7ba9d133e231d0c4d59c6313f1d5028e515ab700faf037d77469f994", "extract_dir": "windows-amd64" } },