2025-03-12 16:30:11 +00:00

27 lines
853 B
JSON

{
"version": "6.1.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.1.0/hurl-6.1.0-x86_64-pc-windows-msvc.zip",
"hash": "7c82699a707866ad6166299b0b4cc133260787a452279f8714c8ef7d66992d61"
}
},
"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"
}
}
}
}