hurl: Add version 1.3.1 (#2760)

This commit is contained in:
柱子 2021-10-14 22:29:05 +08:00 committed by GitHub
parent d1406907a9
commit 088b4db8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/hurl.json Normal file
View File

@ -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"
}
}
}
}