perfetto: Update to version 51.2

This commit is contained in:
github-actions[bot] 2025-07-03 16:29:57 +00:00
parent 9d52bcd3fb
commit 5934ada423

View File

@ -1,12 +1,12 @@
{ {
"version": "51.1", "version": "51.2",
"homepage": "https://perfetto.dev/", "homepage": "https://perfetto.dev/",
"description": "A production-grade open-source stack for performance instrumentation and trace analysis.", "description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/google/perfetto/releases/download/v51.1/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v51.2/windows-amd64.zip",
"hash": "ed3171fff3d207629dca3733ff91cc39aaebac96b701f4780e053e9508df5835", "hash": "ea54be4969da65c2bc46191810416d8cac11617ad49e84e27c55c20ec3834306",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },