mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
25 lines
835 B
JSON
25 lines
835 B
JSON
{
|
|
"version": "2.535",
|
|
"description": "An automation server which enables developers around the world to reliably build, test, and deploy their software.",
|
|
"homepage": "https://www.jenkins.io",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Java 11": "java/openjdk11",
|
|
"Java 17": "java/openjdk17"
|
|
},
|
|
"url": "https://get.jenkins.io/war/2.535/jenkins.war#/jenkins.jar",
|
|
"hash": "2a32d433bf82355a3f78318a5affa21866c9a98b151785494b386e6b08f40b25",
|
|
"bin": "jenkins.jar",
|
|
"checkver": {
|
|
"url": "https://www.jenkins.io/changelog/rss.xml",
|
|
"xpath": "/rss/channel/item/title",
|
|
"regex": "Jenkins ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://get.jenkins.io/war/$version/jenkins.war#/jenkins.jar",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|