Skip to content

Commit

Permalink
certigo: Add version 1.16.0 (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1cr1 authored Apr 19, 2023
1 parent cf87667 commit 8f61425
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/certigo.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 8f61425

Please sign in to comment.