ScoopInstaller_Main/bucket/perfetto.json
2023-03-04 00:36:20 +00:00

30 lines
937 B
JSON

{
"version": "33.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/v33.1/windows-amd64.zip",
"hash": "91a67770acae35e208b2faaf020b166fcccdbd3b89f4e4e8e6d5b98feb6f207e",
"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"
}
}
}
}