-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzep.json
More file actions
21 lines (21 loc) · 951 Bytes
/
zep.json
File metadata and controls
21 lines (21 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "1.4.0",
"description": "A secure, encrypted file vault backed by GitHub. Store sensitive files with end-to-end encryption.",
"homepage": "https://github.com/zephyrus-development/zephyrus-cli",
"license": "MIT",
"url": "https://github.com/zephyrus-development/zephyrus-cli/releases/download/v1.4.0/zep.exe",
"hash": "df69bf7836fb4fe014f23020427ea54857e61107af8982691b00ea32017f5ab0",
"bin": "zep.exe",
"checkver": {
"url": "https://api.github.com/repos/zephyrus-development/zephyrus-cli/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v(.+)"
},
"autoupdate": {
"url": "https://github.com/zephyrus-development/zephyrus-cli/releases/download/v$matchHead/zep.exe",
"hash": {
"url": "https://github.com/zephyrus-development/zephyrus-cli/releases/download/v$matchHead/SHA256SUMS",
"regex": "([a-f0-9]+)\\s+zep.exe"
}
}
}