forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cacher.json
26 lines (26 loc) · 987 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
25
26
{
"homepage": "https://www.cacher.io/",
"version": "2.3.1",
"description": "Code snippet organizer for pro developers.",
"url": "https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.3.1.exe#/dl.7z",
"hash": "sha512:017a62d43790e96fa4e8d8113e616e7c9ac783c2ca95f03b0cb3cc8c0e7d883a0545e21674159f6a68a77e3f3c1dce19f5a5f1d039435da3e29825c17568c707",
"pre_install": "extract_7zip \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"shortcuts": [
[
"Cacher.exe",
"Cacher"
]
],
"checkver": {
"url": "https://s3.amazonaws.com/download.cacher.io/latest.yml",
"regex": "version:\\s([\\d.]+)"
},
"autoupdate": {
"url": "https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"find": "sha512:\\s+(.*)"
}
}
}