forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
caret-beta.json
28 lines (28 loc) · 924 Bytes
/
caret-beta.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
{
"version": "4.0.0-rc23",
"description": "Caret Beta: Markdown editor for Mac, Windows and Linux",
"homepage": "https://caret.io/",
"license": {
"identifier": "Proprietary",
"url": "https://caret.io/terms"
},
"url": "https://github.com/careteditor/releases-beta/releases/download/4.0.0-rc23/caret-beta-4.0.0-rc23-full.nupkg",
"hash": "5061ffe73b426d2d1924db53f671b16d9d6e1b3677577793b06e29c96c164cab",
"extract_dir": "lib\\net45",
"shortcuts": [
[
"caret-beta.exe",
"Caret Beta"
]
],
"checkver": {
"github": "https://github.com/careteditor/releases-beta",
"regex": "tag/([\\w\\.-]+)"
},
"autoupdate": {
"url": "https://github.com/careteditor/releases-beta/releases/download/$version/caret-beta-$version-full.nupkg",
"hash": {
"url": "$baseurl/RELEASES"
}
}
}