2023-10-22 00:33:34 +00:00

28 lines
938 B
JSON

{
"version": "0.19.3",
"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.19.3/xh-v0.19.3-x86_64-pc-windows-msvc.zip",
"hash": "efb7f3c23f5da707a484de4f546ee5ab9a57579a21bdeb6b3fe1e41ae0c69669",
"extract_dir": "xh-v0.19.3-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"
}
}
}
}