forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdismplusplus.json
33 lines (33 loc) · 1014 Bytes
/
dismplusplus.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
{
"homepage": "https://www.chuyu.me",
"description": "A gatis Windows utility similar to DISM, but with a GUI and based on CBS",
"version": "10.1.1000.80",
"license": "freeware",
"url": "http://cdn.chuyu.me/Dism++10.1.1000.80_a17953e8473f7f23592c97f64b25091d.zip",
"hash": "md5:a17953e8473f7f23592c97f64b25091d",
"bin": [
"DISM++x86.exe",
"DISM++x64.exe"
],
"shortcuts": [
[
"DISM++x86.exe",
"DISM++ (x86)"
],
[
"DISM++x64.exe",
"DISM++ (x64)"
]
],
"checkver": {
"url": "http://www.chuyu.me/en/",
"re": "<a href=\"http://cdn.chuyu.me/Dism\\+\\+([\\d+\\.]+\\w+?)_(?<hash>[a-fA-F\\d]{32})\\.zip\""
},
"autoupdate": {
"url": "http://cdn.chuyu.me/Dism++$version_$matchHash.zip",
"hash": {
"url": "http://www.chuyu.me/en/",
"find": "<a href=\"http://cdn.chuyu.me/Dism.*_([a-fA-F\\d]{32})\\.zip\""
}
}
}