diff --git a/bucket/mcat.json b/bucket/mcat.json new file mode 100644 index 0000000000000..9cc8afc21916e --- /dev/null +++ b/bucket/mcat.json @@ -0,0 +1,29 @@ +{ + "version": "0.6.1", + "description": "Terminal image, video, and Markdown viewer.", + "homepage": "https://github.com/Skardyy/mcat", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Skardyy/mcat/releases/download/v0.6.1/mcat-v0.6.1-x86_64-pc-windows-msvc.zip", + "hash": "373c8484e2bdbf459f7cc4baa3d2e848e18bd563a71d4b2d1760b520c64be8ee", + "extract_dir": "mcat-v0.6.1-x86_64-pc-windows-msvc" + } + }, + "bin": "mcat.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Skardyy/mcat/releases/download/v$version/mcat-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "mcat-v$version-x86_64-pc-windows-msvc" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}