From 754ab4da3917a9bf40a44ed14dd14fd4b6545614 Mon Sep 17 00:00:00 2001 From: scillidan Date: Thu, 20 Aug 2026 22:47:54 +0800 Subject: [PATCH 1/2] md-tui: Add version 0.10.3 --- bucket/md-tui.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/md-tui.json diff --git a/bucket/md-tui.json b/bucket/md-tui.json new file mode 100644 index 0000000000000..1d2d7cbfdf751 --- /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-only", + "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" + } + } + } + } +} From a222f3e53237258a909d62385ac66ec81b02ed02 Mon Sep 17 00:00:00 2001 From: scillidan Date: Thu, 20 Aug 2026 23:04:15 +0800 Subject: [PATCH 2/2] Change license from AGPL-3.0-only to AGPL-3.0-or-later Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/md-tui.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/md-tui.json b/bucket/md-tui.json index 1d2d7cbfdf751..1ea593c6fa2b2 100644 --- a/bucket/md-tui.json +++ b/bucket/md-tui.json @@ -2,7 +2,7 @@ "version": "0.10.3", "description": "Markdown renderer in the terminal.", "homepage": "https://github.com/henriklovhaug/md-tui", - "license": "AGPL-3.0-only", + "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",