2024-12-04 12:32:10 +00:00

27 lines
853 B
JSON

{
"version": "6.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/6.0.0/hurl-6.0.0-x86_64-pc-windows-msvc.zip",
"hash": "e2cb60735af221af2d6b04e9f8f6cfe827a49bd996a3a029581059c06e64cdc4"
}
},
"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"
}
}
}
}