certigo: Add version 1.16.0 (#4693)

This commit is contained in:
Cristian Chiru 2023-04-19 10:57:20 +03:00 committed by GitHub
parent cf87667174
commit 8f6142529f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/certigo.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.16.0",
"description": "A utility to examine and validate certificates in a variety of formats.",
"homepage": "https://github.com/square/certigo",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/square/certigo/releases/download/v1.16.0/certigo-windows-amd64#/certigo.exe",
"hash": "5137cb276f64280d38fccb29ff8d359c16a9e720292e546f5abcb8b6561194aa"
}
},
"bin": "certigo.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/square/certigo/releases/download/v$version/certigo-windows-amd64#/certigo.exe"
}
}
}
}