From da4347a76d578eca375a3acca7000ce56cbffda5 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Fri, 19 Jun 2020 01:29:52 -0700 Subject: [PATCH] tre-command: Add version 0.3.1 (#1174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/tre-command.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/tre-command.json diff --git a/bucket/tre-command.json b/bucket/tre-command.json new file mode 100644 index 0000000000..f0ac45fdb0 --- /dev/null +++ b/bucket/tre-command.json @@ -0,0 +1,34 @@ +{ + "version": "0.3.1", + "description": "Improved Tree command", + "homepage": "https://github.com/dduan/tre", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2015" + }, + "architecture": { + "64bit": { + "url": "https://github.com/dduan/tre/releases/download/v0.3.1/tre-v0.3.1-x86_64-pc-windows-msvc.zip", + "hash": "29d1bc1f296a93a5bed2737a6b2c63a830e45ac9c612fca0f5de7d62e241a8a1" + }, + "32bit": { + "url": "https://github.com/dduan/tre/releases/download/v0.3.1/tre-v0.3.1-i686-pc-windows-msvc.zip", + "hash": "61b3c1d7af45d0cdee987e4436f91c55b172668a6f85537a9e70e98a700abb2d" + } + }, + "bin": "tre.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-i686-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "https://github.com/dduan/tre/releases/tag/v$version" + } + } +}