mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://gauge.org",
|
|
"description": "Test automation tool.",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "1.0.9",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.0.9/gauge-1.0.9-windows.x86_64.zip",
|
|
"hash": "f3d8cbfc0358765fd34416537f2c78b88f5d3b149e1fe89487ad2b973c2706eb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.0.9/gauge-1.0.9-windows.x86.zip",
|
|
"hash": "79e0f1ad6d64b87a38338386036ed68368a01b09321d04ce068fd960be0024c8"
|
|
}
|
|
},
|
|
"bin": "gauge.exe",
|
|
"persist": "home",
|
|
"env_set": {
|
|
"GAUGE_HOME": "$persist_dir\\home"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/getgauge/gauge"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v$version/gauge-$version-windows.x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v$version/gauge-$version-windows.x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|