smimesign: Update to version 0.1.1

This commit is contained in:
Jakub Čábera 2021-09-24 23:50:52 -07:00
parent 3aaac0b84d
commit b7fd573f77

View File

@ -1,16 +1,16 @@
{
"version": "0.1.0",
"version": "0.1.1",
"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.0/smimesign-windows-amd64-0.1.0.zip",
"hash": "bc5fd354ad0df064b7c35769e26598aa7a0e636249a1c0f07d26c02db3816da9"
"url": "https://github.com/github/smimesign/releases/download/v0.1.1/smimesign-windows-amd64-v0.1.1.zip",
"hash": "964d7ed04e615b7e1f1ae57848456839aec336cb734882199f6450f889c5ed4a"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.0/smimesign-windows-386-0.1.0.zip",
"hash": "b3709e4ec50bfaf9af47fe7279aaafeb634011ad88a32b460b5d7d630cc2c596"
"url": "https://github.com/github/smimesign/releases/download/v0.1.1/smimesign-windows-386-v0.1.1.zip",
"hash": "aa57bf8a279119316bec4e457f4a91b4e6dcddc2d91ec7917a3188521b823f9b"
}
},
"bin": "smimesign.exe",
@ -18,10 +18,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-amd64-$version.zip"
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-386-$version.zip"
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-386-v$version.zip"
}
}
}