From f1968dbb2994f88f82bc6f9de6b34581f1bcb0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 18 Oct 2020 10:53:14 +0200 Subject: [PATCH] marp: Update to version 0.22.0 --- bucket/marp.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/bucket/marp.json b/bucket/marp.json index 2d4d347d3a..742dbe4a76 100644 --- a/bucket/marp.json +++ b/bucket/marp.json @@ -1,13 +1,21 @@ { - "version": "0.21.1", + "version": "0.22.0", "description": "A CLI interface for Marp and Marpit based converters", "homepage": "https://github.com/marp-team/marp-cli", "license": "MIT", - "url": "https://github.com/marp-team/marp-cli/releases/download/v0.21.1/marp-cli-v0.21.1-win.zip", - "hash": "9338bb9e371c7829dddc2f6cac6be00ab10163c8680ff943f33be26684f38860", + "architecture": { + "64bit": { + "url": "https://github.com/marp-team/marp-cli/releases/download/v0.22.0/marp-cli-v0.22.0-win.zip", + "hash": "96e786d90cf8fcd2bf30653648a2704add6c7739f027115090e224a27498dcc2" + } + }, "bin": "marp.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip" + "architecture": { + "64bit": { + "url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip" + } + } } }