xh: Update to version 0.8.0 (#1875)

This commit is contained in:
Mohamed Daahir 2021-02-28 14:13:12 +00:00 committed by GitHub
parent 155e69bc77
commit a969a5cdf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
{
"version": "0.7.0",
"version": "0.8.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"
"url": "https://github.com/ducaale/xh/releases/download/v0.8.0/xh-v0.8.0-x86_64-pc-windows-msvc.zip",
"hash": "1907e419c86ef8ef001680c2cfc4d7a2772dd2fa531c0f3b66c62d0836038148",
"extract_dir": "xh-v0.8.0-x86_64-pc-windows-msvc"
}
},
"bin": "xh.exe",
@ -14,7 +15,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ducaale/xh/releases/download/v$version/xh-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/ducaale/xh/releases/download/v$version/xh-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "xh-v$version-x86_64-pc-windows-msvc"
}
}
}