mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
853 B
JSON
27 lines
853 B
JSON
{
|
|
"version": "6.1.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/6.1.1/hurl-6.1.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "803a44aba1b6c8674fbeae92260d9c0c6eb30fab5583d1e182a48bc8b4bad6d3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|