gauge: Update to version 1.1.5

This commit is contained in:
Jakub Čábera 2020-11-03 18:25:35 +01:00
parent 8dd6581253
commit 465db7d4cb

View File

@ -1,23 +1,23 @@
{ {
"version": "1.1.4", "version": "1.1.5",
"description": "Test automation tool.", "description": "Test automation tool.",
"homepage": "https://gauge.org", "homepage": "https://gauge.org",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.4/gauge-1.1.4-windows.x86_64.zip", "url": "https://github.com/getgauge/gauge/releases/download/v1.1.5/gauge-1.1.5-windows.x86_64.zip",
"hash": "7e7555cb5a5d82bfa5164ddb308a05a3d78a5ec916fe675285852392a565d488" "hash": "4c4f2bf4b6f698b3b6a1fb0bb6ca847d108802965ad779d1183d27ed75bc8bbe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/getgauge/gauge/releases/download/v1.1.4/gauge-1.1.4-windows.x86.zip", "url": "https://github.com/getgauge/gauge/releases/download/v1.1.5/gauge-1.1.5-windows.x86.zip",
"hash": "e2457125aa009ee2ed0858285d23214199044bc728b25dc1da467a75958f1b96" "hash": "b21e69ad9e82785c87998371cb84f92c397e4a2343ce25b64a251c1d89e7443d"
} }
}, },
"bin": "gauge.exe", "bin": "gauge.exe",
"persist": "home",
"env_set": { "env_set": {
"GAUGE_HOME": "$persist_dir\\home" "GAUGE_HOME": "$persist_dir\\home"
}, },
"persist": "home",
"checkver": { "checkver": {
"github": "https://github.com/getgauge/gauge" "github": "https://github.com/getgauge/gauge"
}, },