mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
891 B
JSON
31 lines
891 B
JSON
{
|
|
"homepage": "https://github.com/jenkins-x/jx",
|
|
"description": "A command line tool for installing and using Jenkins X",
|
|
"license": "Apache-2.0",
|
|
"version": "2.0.22",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v2.0.22/jx-windows-amd64.zip",
|
|
"hash": "996790b5f9200ec248c8493e0e344a664c2baa04998cf187e5093812d4d231f9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|