2022-03-25 20:26:53 +00:00

27 lines
819 B
JSON

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