2021-09-16 23:52:09 -07:00

28 lines
938 B
JSON

{
"version": "0.13.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.13.0/xh-v0.13.0-x86_64-pc-windows-msvc.zip",
"hash": "6020aa135042b2e80dc75e64c85b38460ebde4cc731a64beecf224e7a02d78b0",
"extract_dir": "xh-v0.13.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"
}
}
}
}