mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.0/gauge-1.1.0-windows.x86_64.zip",
|
|
"hash": "4bbd616785cf42cb42bc040ad0074b7ad91133fe7f187aac41dfbe8bca215a10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.0/gauge-1.1.0-windows.x86.zip",
|
|
"hash": "b11a4525e783bd765fa66226c0b046bc5434828041a7c2fc8a4d8f4570cea4ed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|