diff --git a/bucket/xh.json b/bucket/xh.json index 614c85e6c4..b453b919ed 100644 --- a/bucket/xh.json +++ b/bucket/xh.json @@ -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" } } }