jx: Update to version 3.2.95

This commit is contained in:
Jakub Čábera 2021-05-14 01:06:23 -07:00
parent 82d51666ab
commit 668e5ee224

View File

@ -1,14 +1,15 @@
{
"version": "3.2.93",
"version": "3.2.95",
"description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.93/jx-windows-amd64.zip",
"hash": "139232759d67d8cfecf64e6e45be7d7cd5f819f9caa74d107a0b8c145a94da63"
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.95/jx-windows-amd64.zip",
"hash": "8144bb2905e8b473a32a77ceb9f0be900d9c53ad272c69de82b43a2592359dfa"
}
},
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
"bin": "jx.exe",
"checkver": "github",
"autoupdate": {
@ -20,6 +21,5 @@
"hash": {
"url": "$baseurl/jx-checksums.txt"
}
},
"pre_install": "Stop-Process -Name jx -Verbose -ErrorAction Ignore"
}
}