From e9cabc4cb85e5f17dca4ad4f5d6ac6b9fb5f87e7 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 16 Jul 2019 14:21:40 +0800 Subject: [PATCH] marp: Add version 0.12.1 (#245) --- bucket/marp.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/marp.json diff --git a/bucket/marp.json b/bucket/marp.json new file mode 100644 index 0000000000..27f623173f --- /dev/null +++ b/bucket/marp.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/marp-team/marp-cli", + "version": "0.12.1", + "license": "MIT", + "description": "A CLI interface for Marp and Marpit based converters", + "url": "https://github.com/marp-team/marp-cli/releases/download/v0.12.1/marp-cli-v0.12.1-win.zip", + "hash": "7757afd4fdb410a6bf6f2f0fb2ce3d55646a4924541d63aa0dec42fcd282148a", + "bin": "marp.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip" + } +}