marp: Update to version 0.22.0

This commit is contained in:
Jakub Čábera 2020-10-18 10:53:14 +02:00
parent 7085456cef
commit f1968dbb29

View File

@ -1,13 +1,21 @@
{ {
"version": "0.21.1", "version": "0.22.0",
"description": "A CLI interface for Marp and Marpit based converters", "description": "A CLI interface for Marp and Marpit based converters",
"homepage": "https://github.com/marp-team/marp-cli", "homepage": "https://github.com/marp-team/marp-cli",
"license": "MIT", "license": "MIT",
"url": "https://github.com/marp-team/marp-cli/releases/download/v0.21.1/marp-cli-v0.21.1-win.zip", "architecture": {
"hash": "9338bb9e371c7829dddc2f6cac6be00ab10163c8680ff943f33be26684f38860", "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", "bin": "marp.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip" "url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip"
} }
} }
}
}