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" + } + } } }