2021-07-26 09:14:27 -07:00

28 lines
938 B
JSON

{
"version": "0.11.0",
"description": "Friendly and fast tool for sending HTTP requests",
"homepage": "https://github.com/ducaale/xh/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ducaale/xh/releases/download/v0.11.0/xh-v0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "4aa2b60ede9bfc340cc556581f1a972961dcd77ae10a0178d8567198fe83feec",
"extract_dir": "xh-v0.11.0-x86_64-pc-windows-msvc"
}
},
"bin": [
"xh.exe",
"xhs.exe"
],
"pre_install": "Copy-Item \"$dir\\xh.exe\" \"$dir\\xhs.exe\"",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}
}