perfetto: Update to version 48.1

This commit is contained in:
github-actions[bot] 2024-10-15 12:32:20 +00:00
parent fbfb25c39b
commit 9c9989f5db

View File

@ -1,12 +1,12 @@
{ {
"version": "48.0", "version": "48.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/v48.0/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v48.1/windows-amd64.zip",
"hash": "79ea18adb1dfca86a84a560f58b24baad45e4b14f2e5e1e517c6f63fc298b045", "hash": "fccfe08cf985310c24d56d1a4c74ba20937923713709e284b02a35cfe4173c5b",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },