forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcacher.json
24 lines (24 loc) · 791 Bytes
/
cacher.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
{
"homepage": "https://www.cacher.io/",
"version": "2.0.4",
"hash": "ead9c47c1907f88ba689d4d55b887c8c9083d51b8fd272f2eebbfb505c311928",
"url": "https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.0.4.exe#/dl.7z",
"checkver": {
"url": "https://s3.amazonaws.com/download.cacher.io/latest.yml",
"re": "version:\\s([\\d.]+)"
},
"pre_install": "extract_7zip \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"shortcuts": [
[
"Cacher.exe",
"Cacher"
]
],
"autoupdate": {
"url": "https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"find": "sha2:\\s([a-fA-F0-9]{64})"
}
}
}