From 1c2c0bc9016e1246210578df880ebda4ae762f2a Mon Sep 17 00:00:00 2001 From: batkiz Date: Fri, 4 Dec 2020 13:54:34 +0800 Subject: [PATCH] mdcat: Add version 0.22.1 (#1649) --- bucket/mdcat.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/mdcat.json diff --git a/bucket/mdcat.json b/bucket/mdcat.json new file mode 100644 index 0000000000..0325088bd9 --- /dev/null +++ b/bucket/mdcat.json @@ -0,0 +1,28 @@ +{ + "version": "0.22.1", + "description": "cat for markdown", + "homepage": "https://github.com/lunaryorn/mdcat", + "license": "MPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.22.1/mdcat-0.22.1-x86_64-pc-windows-msvc.zip", + "hash": "sha512:474c841f7b6ccac2fe430680e19cad5f0c5163c2cb91c4ef312ca8c8d79bbb239b03ba01a6d448449f561ddfdddbbfd1e28816f17f8f10d25dafe06a59705e68" + } + }, + "bin": "mdcat.exe", + "checkver": { + "url": "https://github.com/lunaryorn/mdcat/releases", + "regex": "mdcat-([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/mdcat-$version-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/SHA512SUM.txt", + "mode": "extract" + } + } +}