perfetto: Update to version 50.1

This commit is contained in:
github-actions[bot] 2025-04-22 12:31:12 +00:00
parent b1d8957c8f
commit 0003b82fd1

View File

@ -1,12 +1,12 @@
{ {
"version": "49.0", "version": "50.1",
"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/v49.0/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v50.1/windows-amd64.zip",
"hash": "bbd9ade28127fa7cd96e9f24bfe2b386e252059f02ef5471b4711587c4361e5d", "hash": "fc8da574993c52a2615c727ca779bce4a0bf0b49bd07743be627c034a0aa3ee3",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },