From f6ba337526a139c6c3c82131ead561ad9c389ce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:32:33 +0000 Subject: [PATCH] perfetto: Update to version 49.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index de9a6c63d9..b2af68d698 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "48.1", + "version": "49.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/v48.1/windows-amd64.zip", - "hash": "fccfe08cf985310c24d56d1a4c74ba20937923713709e284b02a35cfe4173c5b", + "url": "https://github.com/google/perfetto/releases/download/v49.0/windows-amd64.zip", + "hash": "bbd9ade28127fa7cd96e9f24bfe2b386e252059f02ef5471b4711587c4361e5d", "extract_dir": "windows-amd64" } },