mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
23 lines
796 B
JSON
23 lines
796 B
JSON
{
|
|
"version": "1.9.2",
|
|
"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.2/tlrc-v1.9.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c9c18193adb912e5190154c0db9d6c88d5ab40bf18096e3433c924be8c2d5fed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|