mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.7",
|
|
"description": "Test automation tool",
|
|
"homepage": "https://gauge.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.7/gauge-1.6.7-windows.x86_64.zip",
|
|
"hash": "81267331cc4a7be0f9ca7596ddf936fb6274e70c8d7829d330e06719940c9e19"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.7/gauge-1.6.7-windows.x86.zip",
|
|
"hash": "2ea0071ce700715d4fd2466f10ef0092689364a0ebf65411ac4100393b2348cf"
|
|
}
|
|
},
|
|
"bin": "gauge.exe",
|
|
"env_set": {
|
|
"GAUGE_HOME": "$persist_dir\\home"
|
|
},
|
|
"persist": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|