xh: Add version 0.7.0 (#1800)

Co-authored-by: Mohamed Daahir <sharaf.13@hotmail.com>
This commit is contained in:
Michael Tyson 2021-02-14 15:29:13 -05:00 committed by GitHub
parent 18185f8984
commit e2975c192b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/xh.json Normal file
View File

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