2024-08-28 16:29:30 +00:00

27 lines
853 B
JSON

{
"version": "5.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/5.0.0/hurl-5.0.0-x86_64-pc-windows-msvc.zip",
"hash": "22cf6a18431da97cdf962324aed88461d8169f72f2c1cf38694e9b7cad9aa970"
}
},
"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-x86_64-pc-windows-msvc.zip"
}
}
}
}