mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
23 lines
799 B
JSON
23 lines
799 B
JSON
{
|
|
"version": "1.10.0",
|
|
"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.10.0/tlrc-v1.10.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7a748414ba7bd211606e011f7ce6a0fe77ea22e0e8242dd9bafaac9560be6ca5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|