From b7fd573f77d72ea1e1ff028b1dd7fa87cbab1319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Sep 2021 23:50:52 -0700 Subject: [PATCH] smimesign: Update to version 0.1.1 --- bucket/smimesign.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/smimesign.json b/bucket/smimesign.json index 89b46fc303..c849ec7c65 100644 --- a/bucket/smimesign.json +++ b/bucket/smimesign.json @@ -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" } } }