From 07932bcbec99ac790fa39edd03480317184615bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:27:38 +0000 Subject: [PATCH] perfetto: Update to version 48.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index 05407f1f78..d3717eeb68 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "47.0", + "version": "48.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/v47.0/windows-amd64.zip", - "hash": "136cf8297af39f61a4573d289291db15a4f3afcafe127d35e5cfeefd6fd7132b", + "url": "https://github.com/google/perfetto/releases/download/v48.0/windows-amd64.zip", + "hash": "79ea18adb1dfca86a84a560f58b24baad45e4b14f2e5e1e517c6f63fc298b045", "extract_dir": "windows-amd64" } },