ScoopInstaller_Main/bucket/perfetto.json
2024-04-10 17:09:51 +00:00

30 lines
937 B
JSON

{
"version": "44.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/v44.0/windows-amd64.zip",
"hash": "cb91931ac866dd473a990419926f6aef0d8cb319f231ccb72a29479bcb813807",
"extract_dir": "windows-amd64"
}
},
"bin": [
"perfetto.exe",
"trace_processor_shell.exe",
"traceconv.exe",
"traced.exe"
],
"checkver": {
"github": "https://github.com/google/perfetto"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/perfetto/releases/download/v$version/windows-amd64.zip"
}
}
}
}