-
Notifications
You must be signed in to change notification settings - Fork 65
/
jpass.json
38 lines (38 loc) · 1.25 KB
/
jpass.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
29
30
31
32
33
34
35
36
37
38
{
"version": "1.0.6",
"description": "Password manager application with strong encryption (AES-256)",
"homepage": "https://github.com/gaborbata/jpass",
"license": {
"identifier": "MIT|GPL-3.0|LGPL-3.0|Apache-2.0|BSD-3-Clause|CC-BY-4.0",
"url": "https://github.com/gaborbata/jpass/blob/master/LICENSE"
},
"notes": [
"Install Java (JDK or JRE) if you do not already have. JPass will not work without it.",
"Please make sure PATH, or JAVA_HOME environment variables point to a valid Java installation."
],
"suggest": {
"java": [
"java/openjdk",
"java/openjdk17",
"java/openjdk11"
]
},
"url": "https://github.com/gaborbata/jpass/releases/download/v1.0.6/jpass-1.0.6-RELEASE.zip",
"hash": "ba390f0cc63aa88c5b667c3fe6d2c69d15aad2afa5f196beca110a331309173b",
"bin": "jpass.bat",
"shortcuts": [
[
"jpass.bat",
"JPass",
"",
"jpass.ico"
]
],
"checkver": {
"github": "https://github.com/gaborbata/jpass"
},
"autoupdate": {
"url": "https://github.com/gaborbata/jpass/releases/download/v$version/jpass-$version-RELEASE.zip",
"hash": "$url.sha256"
}
}