mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "3.10.111",
|
|
"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.10.111/jx-windows-amd64.zip",
|
|
"hash": "08943aa788938ce46767221f51c0bd712015c2a85cc99c03987c8d022d347b2a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-arm64.zip",
|
|
"hash": "ba1a4b620c85b0d4cdc745d0de785b7ea787c61b0ae77fabdc2c2196e8f02930"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jenkins-x/jx/releases/download/v$version/jx-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/jx-checksums.txt",
|
|
"regex": "(?m)$checksum[\\x20\\t]+.*$basename(?:[\\x20\\t]+\\d+)?$"
|
|
}
|
|
}
|
|
}
|