Skip to content

Commit f13c955

Browse files
witr: Add version 0.2.6 (#7542)
1 parent ebff062 commit f13c955

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bucket/witr.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "0.2.6",
3+
"description": "witr ('Why Is This Running') is a tool that explains the causal chain behind running processes with additional insights.",
4+
"homepage": "https://github.com/pranshuparmar/witr",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/pranshuparmar/witr/releases/download/v0.2.6/witr-windows-amd64.zip",
9+
"hash": "e95c3790d8e00a586bb780aecc2a5171786c8215dbdb9e239f33f6b0df709424"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/pranshuparmar/witr/releases/download/v0.2.6/witr-windows-arm64.zip",
13+
"hash": "200f2725d73e4e64f1732ba5056d6e17969bdeb9d8374b771ec4cd2867bdf7b8"
14+
}
15+
},
16+
"bin": "witr.exe",
17+
"checkver": "github",
18+
"autoupdate": {
19+
"architecture": {
20+
"64bit": {
21+
"url": "https://github.com/pranshuparmar/witr/releases/download/v$version/witr-windows-amd64.zip"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/pranshuparmar/witr/releases/download/v$version/witr-windows-arm64.zip"
25+
}
26+
},
27+
"hash": {
28+
"url": "$baseurl/SHA256SUMS"
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)