From cc5be808b691d78f13c8c034de01a4b61e78564f Mon Sep 17 00:00:00 2001 From: nataziel <114114079+nataziel@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:45:56 +1000 Subject: [PATCH] tlrc: Add version 1.9.1 (#5734) --- bucket/tlrc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/tlrc.json diff --git a/bucket/tlrc.json b/bucket/tlrc.json new file mode 100644 index 0000000000..950cc2274b --- /dev/null +++ b/bucket/tlrc.json @@ -0,0 +1,22 @@ +{ + "version": "1.9.1", + "description": "a tldr client written in rust", + "homepage": "https://github.com/tldr-pages/tlrc", + "license": "MIT", + "notes": "pages not bundled with app, they will be downloaded the first time you use tldr", + "architecture": { + "64bit": { + "url": "https://github.com/tldr-pages/tlrc/releases/download/v1.9.1/tlrc-v1.9.1-x86_64-pc-windows-msvc.zip", + "hash": "c4333c24717ca0536ce98c5e6f01f1421ded0235fab7be921762d22989a78297" + } + }, + "bin": "tldr.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tldr-pages/tlrc/releases/download/v$version/tlrc-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}