tlrc: Add version 1.9.1 (#5734)

This commit is contained in:
nataziel 2024-04-30 19:45:56 +10:00 committed by GitHub
parent 4c7472b33c
commit cc5be808b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
bucket/tlrc.json Normal file
View File

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