mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
> Windows support is dropped until the stability is proven for 1.0. https://github.com/isacikgoz/tldr/releases/tag/v1.0.0-alpha
24 lines
775 B
JSON
24 lines
775 B
JSON
{
|
|
"version": "0.6.1",
|
|
"description": "Interactive tldr pages (simplified and community-driven man pages) client",
|
|
"homepage": "https://isacikgoz.me/tldr/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/isacikgoz/tldr/releases/download/v0.6.1/tldr_0.6.1_windows_amd64.zip",
|
|
"hash": "355a8483f70f5cc5462d0618daa9ffc13217ce2b4f90cf669b0065bb08ff6788"
|
|
}
|
|
},
|
|
"bin": "tldr.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/isacikgoz/tldr/releases/download/v$version/tldr_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums_tldr_$version.txt"
|
|
}
|
|
}
|
|
}
|