mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
29 lines
999 B
JSON
29 lines
999 B
JSON
{
|
|
"version": "3.16.29",
|
|
"description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests",
|
|
"homepage": "https://jenkins-x.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v3.16.29/jx-windows-amd64.zip",
|
|
"hash": "2c174441c2026a046ecefeb3f57b94c809c25d01338261020a6c857d33512860"
|
|
}
|
|
},
|
|
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
|
|
"bin": "jx.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jenkins-x/jx"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/jx-checksums.txt",
|
|
"regex": "(?m)$checksum[\\x20\\t]+.*$basename(?:[\\x20\\t]+\\d+)?$"
|
|
}
|
|
}
|
|
}
|