mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
25 lines
835 B
JSON
25 lines
835 B
JSON
{
|
|
"version": "2.354",
|
|
"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 8": "java/oraclejre8",
|
|
"Java 11": "java/openjdk11"
|
|
},
|
|
"url": "https://get.jenkins.io/war/2.354/jenkins.war#/jenkins.jar",
|
|
"hash": "c36410a4215d9ab64c261e7b7e83cc24c1821366a453eb1f6e48d09871f739ee",
|
|
"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"
|
|
}
|
|
}
|
|
}
|