mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
26 lines
835 B
JSON
26 lines
835 B
JSON
{
|
|
"version": "3.3.2",
|
|
"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.3.2/jx-windows-amd64.zip",
|
|
"hash": "3ec59fa750ccec17b971151b2329f1f824e4897615179e98ba05aec9d6bc1432"
|
|
}
|
|
},
|
|
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",
|
|
"bin": "jx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/jx-checksums.txt"
|
|
}
|
|
}
|
|
}
|