generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeepgit-aoks.json
44 lines (44 loc) · 1.31 KB
/
deepgit-aoks.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "4.4",
"description": "Git Archaeology Tool.",
"homepage": "https://www.syntevo.com/deepgit/",
"license": {
"identifier": "Proprietary",
"url": "https://www.syntevo.com/documents/deepgit-license.html"
},
"architecture": {
"64bit": {
"url": "https://downloads.syntevo.com/downloads/deepgit/deepgit-portable-4_4.7z",
"hash": "sha1:90aa41f31b2fea8e0c6cc2ce6dca6bcd0d3647a0",
"extract_dir": "DeepGit",
"bin": [
[
"bin\\deepgitc.exe",
"deepgit"
]
],
"shortcuts": [
[
"bin\\deepgit.exe",
"DeepGit"
]
]
}
},
"persist": ".settings",
"checkver": {
"url": "https://www.syntevo.com/deepgit/changelog.txt",
"regex": "DeepGit ([\\d.]+) \\("
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.syntevo.com/downloads/deepgit/deepgit-portable-$underscoreVersion.7z",
"hash": {
"url": "https://www.syntevo.com/deepgit/download/",
"regex": "$basename[\\S\\s]+?$sha1"
}
}
}
}
}