diff --git a/bucket/hurl.json b/bucket/hurl.json new file mode 100644 index 0000000000..06c6d61aee --- /dev/null +++ b/bucket/hurl.json @@ -0,0 +1,23 @@ +{ + "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" + } + } + } +}