From 6bf0f9697ad680c6e61402f660581ce37ca95844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Thu, 17 Jan 2019 18:45:30 +0100 Subject: [PATCH] Add tldr 0.5.0 (#3004) --- tldr.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tldr.json diff --git a/tldr.json b/tldr.json new file mode 100644 index 0000000000..3c47fde89c --- /dev/null +++ b/tldr.json @@ -0,0 +1,24 @@ +{ + "homepage": "https://github.com/isacikgoz/tldr", + "description": "Interactive tldr pages (simplified and community-driven man pages) client", + "license": "MIT", + "version": "0.5.0", + "architecture": { + "64bit": { + "url": "https://github.com/isacikgoz/tldr/releases/download/v0.5.0/tldr_0.5.0_windows_amd64.zip", + "hash": "4dcca09f8de9b9837d60d36eeb873215c5ec5dcdb3226cd10effcd73a59451f2" + } + }, + "bin": "tldr.exe", + "checkver": "github", + "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" + } + } +}