mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.4",
|
|
"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.1.4/gauge-1.1.4-windows.x86_64.zip",
|
|
"hash": "7e7555cb5a5d82bfa5164ddb308a05a3d78a5ec916fe675285852392a565d488"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.4/gauge-1.1.4-windows.x86.zip",
|
|
"hash": "e2457125aa009ee2ed0858285d23214199044bc728b25dc1da467a75958f1b96"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|