mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
Looks like they are no longer offering ARM releases, so this manifest has been causing errors during Excavator runs. I removed the Arm64 link, and updated the description and homepage to match their current github page.
29 lines
999 B
JSON
29 lines
999 B
JSON
{
|
|
"version": "3.16.21",
|
|
"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.21/jx-windows-amd64.zip",
|
|
"hash": "66324bf873a94ccb22fcd98a50c52e8ed1b490d2fe33d039ca005d7e814f0899"
|
|
}
|
|
},
|
|
"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+)?$"
|
|
}
|
|
}
|
|
}
|