From 29fc8645f9c4c6686b6e6adfd407600e5671de82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 3 Apr 2020 03:50:30 +0200 Subject: [PATCH] jcli: Update to version 0.0.27 (#969) --- bucket/jcli.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/bucket/jcli.json b/bucket/jcli.json index c51085140f..087820e813 100644 --- a/bucket/jcli.json +++ b/bucket/jcli.json @@ -1,18 +1,33 @@ { - "version": "0.0.26", - "description": "Multiple Jenkins servers manager.", + "version": "0.0.27", + "description": "Multiple Jenkins servers manager", "homepage": "https://jenkins-zh.github.io/jcli-docs/", "license": "MIT", - "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.26/jcli-windows-386.tar.gz", - "hash": "d97e9448e663c24e08789dc3b4ddcab6246c6f02c35ff9479b92f825e96c5ba3", + "architecture": { + "64bit": { + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.27/jcli-windows-amd64.zip", + "hash": "80b228cbd5bdab2910337184b6516fafa3d14dd7a748e0dc91e17fcf9f06733f" + }, + "32bit": { + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.27/jcli-windows-386.zip", + "hash": "542af60eab0019c0c39b81df9bbb4e85c74dd5b86f5262e7ba4b8ad9df6640c8" + } + }, "bin": "jcli.exe", "checkver": { "github": "https://github.com/jenkins-zh/jenkins-cli" }, "autoupdate": { - "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.tar.gz", + "architecture": { + "64bit": { + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.zip" + } + }, "hash": { - "url": "$baseurl/jcli-windows-386.txt" + "url": "$baseurl/checksums.txt" } } }