From 21218396d25845aea02412f91566be1c80988d71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:27:37 +0000 Subject: [PATCH] perfetto: Update to version 39.0 --- bucket/perfetto.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/perfetto.json b/bucket/perfetto.json index d6b6bdfc86..d831f9c4d0 100644 --- a/bucket/perfetto.json +++ b/bucket/perfetto.json @@ -1,12 +1,12 @@ { - "version": "38.0", + "version": "39.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/v38.0/windows-amd64.zip", - "hash": "baeaa7662fef17d94d62345c148876b9919cd8cae708c59995b43269d864af25", + "url": "https://github.com/google/perfetto/releases/download/v39.0/windows-amd64.zip", + "hash": "6d3e445ea80bc7e352277a8cd6c5c244c025e58f0b775f871f5d43b74953a242", "extract_dir": "windows-amd64" } },