2023-06-29 16:28:48 +00:00

27 lines
819 B
JSON

{
"version": "4.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/4.0.0/hurl-4.0.0-win64.zip",
"hash": "a3e15084a8001ea3db822bf751ad0d439221724afcc722eb460f577721b7e3db"
}
},
"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"
}
}
}
}