Jakub Čábera 07e9a2d6cf tldr: Disable checkver
> Windows support is dropped until the stability is proven for 1.0.

https://github.com/isacikgoz/tldr/releases/tag/v1.0.0-alpha
2020-09-14 15:26:15 +02:00

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