2023-01-25 16:29:44 +00:00

27 lines
819 B
JSON

{
"version": "2.0.0",
"description": "Command line tool that performs HTTP requests defined in a simple plain text format",
"homepage": "https://hurl.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Orange-OpenSource/hurl/releases/download/2.0.0/hurl-2.0.0-win64.zip",
"hash": "5ea1b7405ef4a4376b1bd2217a8701dcd15b78d42c45e04b44f1828a4ce0035d"
}
},
"bin": [
"hurl.exe",
"hurlfmt.exe"
],
"checkver": {
"github": "https://github.com/Orange-OpenSource/hurl"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Orange-OpenSource/hurl/releases/download/$version/hurl-$version-win64.zip"
}
}
}
}