-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgit-scope.json
More file actions
30 lines (30 loc) · 1.09 KB
/
git-scope.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "1.4.0",
"description": "A fast TUI dashboard to view the git status of all your repositories in one place.",
"homepage": "https://github.com/Bharath-code/git-scope",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Bharath-code/git-scope/releases/download/v1.4.0/git-scope_1.4.0_windows_amd64.zip",
"hash": ""
},
"arm64": {
"url": "https://github.com/Bharath-code/git-scope/releases/download/v1.4.0/git-scope_1.4.0_windows_arm64.zip",
"hash": ""
}
},
"bin": "git-scope.exe",
"checkver": {
"github": "https://github.com/Bharath-code/git-scope"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Bharath-code/git-scope/releases/download/v$version/git-scope_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/Bharath-code/git-scope/releases/download/v$version/git-scope_$version_windows_arm64.zip"
}
}
}
}