-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathstgit.json
More file actions
24 lines (24 loc) · 771 Bytes
/
stgit.json
File metadata and controls
24 lines (24 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "2.5.5",
"description": "Manage Git commits as a stack of patches",
"homepage": "https://stacked-git.github.io/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/stacked-git/stgit/releases/download/v2.5.5/stgit-2.5.5.msi",
"hash": "ee1396a1ae6b1431d211e7ba7ee70c5de34ba1fcd7f8510436d9872568e4098a"
}
},
"extract_dir": "PFiles64/StGit",
"bin": "bin\\stg.exe",
"checkver": {
"github": "https://github.com/stacked-git/stgit"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stacked-git/stgit/releases/download/v$version/stgit-$version.msi"
}
}
}
}