From 4d2c9217737fbb56083d156a6e812e534bf08c64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:29:30 +0000 Subject: [PATCH] perfetto: Update to version 53.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index fb04cad28d..fc5b9e7461 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "52.0", + "version": "53.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/v52.0/windows-amd64.zip", - "hash": "37a837ae7ba9d133e231d0c4d59c6313f1d5028e515ab700faf037d77469f994", + "url": "https://github.com/google/perfetto/releases/download/v53.0/windows-amd64.zip", + "hash": "2d4ece71234cdf783710d83cf4783dce3e5e745ad40ece649f95cf208a1a897c", "extract_dir": "windows-amd64" } },