From 0c68457a0339a0b5d24ad53deb03cf341d72af2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 18 Aug 2020 08:11:28 +0200 Subject: [PATCH] smimesign: Update to version 0.1.0 --- bucket/smimesign.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/smimesign.json b/bucket/smimesign.json index 87396d9ee5..89b46fc303 100644 --- a/bucket/smimesign.json +++ b/bucket/smimesign.json @@ -1,16 +1,16 @@ { + "version": "0.1.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", - "version": "0.0.13", "architecture": { "64bit": { - "url": "https://github.com/github/smimesign/releases/download/v0.0.13/smimesign-windows-amd64-0.0.13.zip", - "hash": "a5bb1f6c5519387cb8463784d7d1d9f27516f12c226085caf5f5b4b0f2b718b1" + "url": "https://github.com/github/smimesign/releases/download/v0.1.0/smimesign-windows-amd64-0.1.0.zip", + "hash": "bc5fd354ad0df064b7c35769e26598aa7a0e636249a1c0f07d26c02db3816da9" }, "32bit": { - "url": "https://github.com/github/smimesign/releases/download/v0.0.13/smimesign-windows-386-0.0.13.zip", - "hash": "74a5fba20c0e0a78f9c49e245060c27e0cbd75ba4ecb71d6613d7a58330c97f5" + "url": "https://github.com/github/smimesign/releases/download/v0.1.0/smimesign-windows-386-0.1.0.zip", + "hash": "b3709e4ec50bfaf9af47fe7279aaafeb634011ad88a32b460b5d7d630cc2c596" } }, "bin": "smimesign.exe",