mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.6",
|
|
"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.6/witr-windows-amd64.zip",
|
|
"hash": "e95c3790d8e00a586bb780aecc2a5171786c8215dbdb9e239f33f6b0df709424"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pranshuparmar/witr/releases/download/v0.2.6/witr-windows-arm64.zip",
|
|
"hash": "200f2725d73e4e64f1732ba5056d6e17969bdeb9d8374b771ec4cd2867bdf7b8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|