smimesign: Update to version 0.2.0

This commit is contained in:
Jakub Čábera 2021-10-05 00:13:26 -07:00
parent 175348ad37
commit 1a01d28683

View File

@ -1,16 +1,16 @@
{
"version": "0.1.2",
"version": "0.2.0",
"description": "An S/MIME signing utility compatible with Git that allows developers to sign their commits and tags using X.509 certificates",
"homepage": "https://github.com/github/smimesign",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.2/smimesign-windows-amd64-v0.1.2.zip",
"hash": "2c4b854e28e67c81702a342a606f6f01091df6fbd6260340f53a5a44128a4948"
"url": "https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-amd64-v0.2.0.zip",
"hash": "e6ccd16f61b5d3405836168acf782d4e52164bafae35004329bba41a94cd8329"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.2/smimesign-windows-386-v0.1.2.zip",
"hash": "be6eb7d3c75562ca9ce291c99cef6efa098ea9dbb5a7fae733609cc02511a2ea"
"url": "https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-386-v0.2.0.zip",
"hash": "259e6e94fabd294e25ee5f71e8395e8c02b7bcf45a56a769b99943549ae88bd1"
}
},
"bin": "smimesign.exe",