mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.3.2",
|
|
"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.3.2/gauge-1.3.2-windows.x86_64.zip",
|
|
"hash": "c3223ae6db052a1eb5634ab74934c51e88ece7de4481cb3ff241525756a29fa5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/getgauge/gauge/releases/download/v1.3.2/gauge-1.3.2-windows.x86.zip",
|
|
"hash": "bf84ea2001a4c177a800cebabed09b78bcb5447a03240575aa2e5e1998b9832b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|