diff --git a/bucket/md-tui.json b/bucket/md-tui.json new file mode 100644 index 0000000000000..1ea593c6fa2b2 --- /dev/null +++ b/bucket/md-tui.json @@ -0,0 +1,24 @@ +{ + "version": "0.10.3", + "description": "Markdown renderer in the terminal.", + "homepage": "https://github.com/henriklovhaug/md-tui", + "license": "AGPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/henriklovhaug/md-tui/releases/download/v0.10.3/md-tui-x86_64-pc-windows-msvc.zip", + "hash": "8a94c0ae21b3d89d069725b49f391c90d73b92dacca5658ba94f2a70e5c0de50" + } + }, + "bin": "mdt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/henriklovhaug/md-tui/releases/download/v$version/md-tui-x86_64-pc-windows-msvc.zip", + "hash": { + "url": "$url.sha256" + } + } + } + } +}