2021-10-14 16:29:05 +02:00

24 lines
780 B
JSON

{
"version": "1.3.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.3.1/hurl-1.3.1-win64.zip",
"hash": "d9a1bb8feb1937f13737f568855ef2e43116cb3c7eebf7503966242ef02afec2"
}
},
"bin": "hurl.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"
}
}
}
}