forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cacher.json
24 lines (24 loc) · 793 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": "1.5.15",
"hash": "ea3a4cbafab038a8e6f149069e3e35f822133fd17d08ec4fa8550f193861b61f",
"url": "https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.15.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})"
}
}
}