mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 20:34:43 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.7",
|
|
"description": "witr ('Why Is This Running') is a tool that explains the causal chain behind running processes with additional insights.",
|
|
"homepage": "https://github.com/pranshuparmar/witr",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pranshuparmar/witr/releases/download/v0.2.7/witr-windows-amd64.zip",
|
|
"hash": "eff0fcc7c774a86de034cbb19239587dc5616f4373d97610f9c2960d156e847e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pranshuparmar/witr/releases/download/v0.2.7/witr-windows-arm64.zip",
|
|
"hash": "b6d06ad9fee1dbcfb1b37cbfe56f3a5af999a9039523676ce17826d5ec7bd626"
|
|
}
|
|
},
|
|
"bin": "witr.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pranshuparmar/witr/releases/download/v$version/witr-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pranshuparmar/witr/releases/download/v$version/witr-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|