From e2975c192b9eb66bae9f8ea12985032c3c1a988f Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Sun, 14 Feb 2021 15:29:13 -0500 Subject: [PATCH] xh: Add version 0.7.0 (#1800) Co-authored-by: Mohamed Daahir --- bucket/xh.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/xh.json diff --git a/bucket/xh.json b/bucket/xh.json new file mode 100644 index 0000000000..614c85e6c4 --- /dev/null +++ b/bucket/xh.json @@ -0,0 +1,21 @@ +{ + "version": "0.7.0", + "description": "Yet another HTTPie clone in Rust", + "homepage": "https://github.com/ducaale/xh/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ducaale/xh/releases/download/v0.7.0/xh-x86_64-pc-windows-msvc.zip", + "hash": "88ffe36645dbbd3bb84617536cc6fd20b8b9d0ecdfa1fb7f23adbb77f5a5c1dd" + } + }, + "bin": "xh.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ducaale/xh/releases/download/v$version/xh-x86_64-pc-windows-msvc.zip" + } + } + } +}