mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.20",
|
|
"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.20/gauge-1.6.20-windows.x86_64.zip",
|
|
"hash": "9830461d5f42fe0fc5c087222cbfc01bb6abed6f95ccb4874f3640ae7790cc07"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.20/gauge-1.6.20-windows.x86.zip",
|
|
"hash": "dfeff11104aef7893374b51f5df7e3b2a6e581057790aca1d0997e76d859f9d3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|