mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			880 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			880 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.346.2",
 | 
						|
    "description": "An automation server which enables developers around the world to reliably build, test, and deploy their software. (Long Term Support)",
 | 
						|
    "homepage": "https://www.jenkins.io",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "Java 8": "java/oraclejre8",
 | 
						|
        "Java 11": "java/openjdk11"
 | 
						|
    },
 | 
						|
    "url": "https://get.jenkins.io/war-stable/2.346.2/jenkins.war#/jenkins.jar",
 | 
						|
    "hash": "ef4c4a5dbeea6a5c8755ed94f8692ce676086288aadf10cf9caae771fc27b77a",
 | 
						|
    "bin": "jenkins.jar",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.jenkins.io/changelog-stable/rss.xml",
 | 
						|
        "xpath": "/rss/channel/item/title",
 | 
						|
        "regex": "Jenkins ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://get.jenkins.io/war-stable/$version/jenkins.war#/jenkins.jar",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |