generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcheckssl-aoks.json
40 lines (40 loc) · 1.57 KB
/
checkssl-aoks.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
39
40
{
"version": "0.6.0",
"description": "Simple command line tool to check or monitor your https certificate.",
"homepage": "https://www.checkssl.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/szazeski/checkssl/releases/download/v0.6.0/checkssl_Windows_x86_64.zip",
"hash": "54ac63eae2732ce5866a945651ba811079feaf1b6ec870c3b7ec98f6680b3d12"
},
"32bit": {
"url": "https://github.com/szazeski/checkssl/releases/download/v0.6.0/checkssl_Windows_i386.zip",
"hash": "445c8f697375d385ee1edd125a80d037c3ffc704922dfb2d52d579de9543f9fd"
},
"arm64": {
"url": "https://github.com/szazeski/checkssl/releases/download/v0.6.0/checkssl_Windows_arm64.zip",
"hash": "2f5c20521afeff21b02ebfac742cd576098c9ec56e1553b7a3e9137e7509e833"
}
},
"bin": "checkssl.exe",
"checkver": {
"github": "https://github.com/szazeski/checkssl"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/szazeski/checkssl/releases/download/v$version/checkssl_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/szazeski/checkssl/releases/download/v$version/checkssl_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/szazeski/checkssl/releases/download/v$version/checkssl_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}