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" + } + } + } +}