From 0e7603acecaf20c99a22b3c4c273390600d93717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=93=D1=80=D1=83?= =?UTF-8?q?=D1=88=D0=B8=D0=BD?= Date: Sat, 29 Feb 2020 03:24:22 +0300 Subject: [PATCH] evans: Add version 0.8.5 (#853) --- bucket/evans.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/evans.json diff --git a/bucket/evans.json b/bucket/evans.json new file mode 100644 index 0000000000..d50d9284dc --- /dev/null +++ b/bucket/evans.json @@ -0,0 +1,38 @@ +{ + "version": "0.8.5", + "homepage": "https://evans.syfm.me/", + "description": "Evans: more expressive gRPC client", + "license": "MIT", + "architecture": { + "32bit": { + "url": "https://github.com/ktr0731/evans/releases/download/0.8.5/evans_windows_386.tar.gz", + "hash": "7c3f315b83b324ddd0016a91b61fceb904ff42f5b488a44ecfa90eded973b804" + }, + "64bit": { + "url": "https://github.com/ktr0731/evans/releases/download/0.8.5/evans_windows_amd64.tar.gz", + "hash": "65cb996784851ccac3b41df7d98d0d78c74b4aa6c7529281b224315d9a767fea" + } + }, + "bin": "evans.exe", + "checkver": { + "github": "https://github.com/ktr0731/evans" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_386.tar.gz", + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "($sha256)\\s+evans_windows_386.tar.gz" + } + }, + "64bit": { + "url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_amd64.tar.gz", + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "($sha256)\\s+evans_windows_amd64.tar.gz" + } + } + } + } +}