mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
853 B
JSON
27 lines
853 B
JSON
{
|
|
"version": "7.0.0",
|
|
"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/7.0.0/hurl-7.0.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7ddc8add8e65343422dba4e21c50ae9c6bc9a6833290ed67e0f5fbea85803f32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|