ScoopInstaller_Main/bucket/perfetto.json
2023-02-02 00:34:03 +00:00

30 lines
937 B
JSON

{
"version": "32.1",
"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/v32.1/windows-amd64.zip",
"hash": "fbe328f3ea8cfc02bd5582fa55a7834df9190ad4ba0915a16d3c58337487f0c4",
"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"
}
}
}
}