ScoopInstaller_Main/bucket/perfetto.json
2023-12-05 16:28:32 +00:00

30 lines
937 B
JSON

{
"version": "40.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/v40.0/windows-amd64.zip",
"hash": "86573313414935b91fc191ad37cca71a0ad5c7c6244a3670fd198b1c1670a25c",
"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"
}
}
}
}