mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Gauge: Add version 1.0.6 (#492)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
19d0f4475a
commit
520f35cc70
34
bucket/gauge.json
Normal file
34
bucket/gauge.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"homepage": "https://gauge.org",
|
||||
"description": "Test automation tool.",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"version": "1.0.6",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/getgauge/gauge/releases/download/v1.0.6/gauge-1.0.6-windows.x86_64.zip",
|
||||
"hash": "0ada0dcb539b63f0205c43e3f095202b443cae7ddc1fe8bfcd791e431e57b896"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/getgauge/gauge/releases/download/v1.0.6/gauge-1.0.6-windows.x86.zip",
|
||||
"hash": "a6a97edcb4600075b030c5b69b6b2f5b5ecd5c5b9dad1222f854efd0a2bb9730"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user