mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.17",
|
|
"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.17/gauge-1.6.17-windows.x86_64.zip",
|
|
"hash": "2f9c2c09e25bca1653df8ca32e0ff248bad053561a4268e844230750aa17e07c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.6.17/gauge-1.6.17-windows.x86.zip",
|
|
"hash": "e7545fa8c10fcabef35782c79c0e0c40428dcbea8b0700ea78b962f466a9f6ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|