certstrap: Add version 1.3.0 (#4187)

This commit is contained in:
ViCrack 2022-12-02 10:42:40 +08:00 committed by GitHub
parent 289d3aac35
commit 210f4ff7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/certstrap.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.3.0",
"description": "Tools to bootstrap CAs, certificate requests, and signed certificates",
"homepage": "https://github.com/square/certstrap",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/square/certstrap/releases/download/v1.3.0/certstrap-windows-amd64#/certstrap.exe",
"hash": "52c811ef6b1469542390a2ac3dde24a03ba93ac626c5367b9b913d83f373b8f4"
}
},
"bin": "certstrap.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/square/certstrap/releases/download/v$version/certstrap-windows-amd64#/certstrap.exe"
}
}
}
}