mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.jruby.org/",
 | 
						|
    "version": "9.2.6.0",
 | 
						|
    "url": "https://s3.amazonaws.com/jruby.org/downloads/9.2.6.0/jruby-bin-9.2.6.0.zip",
 | 
						|
    "hash": "f5a51f461a5cb0e788e2504ec8471ff6742fa8930f9fecd290e077d023c494c4",
 | 
						|
    "extract_dir": "jruby-9.2.6.0",
 | 
						|
    "persist": "gems",
 | 
						|
    "env_add_path": [
 | 
						|
        "bin",
 | 
						|
        "gems\\bin"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "JRUBY_HOME": "$dir",
 | 
						|
        "GEM_HOME": "$dir\\gems",
 | 
						|
        "GEM_PATH": "$dir\\gems"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "JDK": [
 | 
						|
            "java/oraclejdk",
 | 
						|
            "java/openjdk"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        "Install a JDK and set JAVA_HOME if you don't already have. JRuby won't work without it.",
 | 
						|
        "Also note that this installation overrides GEM_HOME and GEM_PATH from any previous Ruby or JRuby installation."
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.jruby.org/download",
 | 
						|
        "re": "Current Release:\\s+JRuby\\s+([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
 | 
						|
        "extract_dir": "jruby-$version",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |