2023-05-04 16:30:10 +00:00

27 lines
819 B
JSON

{
"version": "3.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/3.0.0/hurl-3.0.0-win64.zip",
"hash": "9ab6a1028229d26e196d6e4b20be97856bf7f6d0707adf8de7f9cbd4359c2c55"
}
},
"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"
}
}
}
}