-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathminisign.json
32 lines (32 loc) · 1.24 KB
/
minisign.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
{
"version": "0.12",
"description": "A dead simple tool to sign files and verify signatures",
"homepage": "https://jedisct1.github.io/minisign/",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/jedisct1/minisign/releases/download/0.12/minisign-0.12-win64.zip",
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
"extract_dir": "minisign-win64/x86_64"
},
"arm64": {
"url": "https://github.com/jedisct1/minisign/releases/download/0.12/minisign-0.12-win64.zip",
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
"extract_dir": "minisign-win64/aarch64"
}
},
"bin": "minisign.exe",
"checkver": {
"github": "https://github.com/jedisct1/minisign"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
},
"arm64": {
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
}
}
}
}