2021-03-31 23:42:20 +08:00

28 lines
934 B
JSON

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