From 9c9989f5db3a7fabd1d98ff3c282a3b9e6200f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:32:20 +0000 Subject: [PATCH] perfetto: Update to version 48.1 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index d3717eeb68..de9a6c63d9 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "48.0", + "version": "48.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/v48.0/windows-amd64.zip", - "hash": "79ea18adb1dfca86a84a560f58b24baad45e4b14f2e5e1e517c6f63fc298b045", + "url": "https://github.com/google/perfetto/releases/download/v48.1/windows-amd64.zip", + "hash": "fccfe08cf985310c24d56d1a4c74ba20937923713709e284b02a35cfe4173c5b", "extract_dir": "windows-amd64" } },