From 68d630a51f33b5ff9b87ce388df71f0f3ca04d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Fri, 1 Feb 2019 18:27:07 +0100 Subject: [PATCH] Add jenkins-x/jx version 1.3.818 (#3056) --- jx.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 jx.json diff --git a/jx.json b/jx.json new file mode 100644 index 0000000000..e9e5fc3547 --- /dev/null +++ b/jx.json @@ -0,0 +1,25 @@ +{ + "homepage": "https://github.com/jenkins-x/jx", + "description": "A command line tool for installing and using Jenkins X", + "license": "Apache-2.0", + "version": "1.3.818", + "architecture": { + "64bit": { + "url": "https://github.com/jenkins-x/jx/releases/download/v1.3.818/jx-windows-amd64.zip", + "hash": "8aa1930ff5c691097100e4b438ff97f11a29b2caad82b523955dcd096a6dd4e4" + } + }, + "bin": [["jx-windows-amd64.exe", "jx"]], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + }, + "pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore" +}