mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
799 B
JSON
23 lines
799 B
JSON
{
|
|
"version": "1.11.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.11.1/tlrc-v1.11.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8176dc7881b829e70ad421b49589fe66c41ea0186cf017d1db6d09ce0994f25b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|