mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.jruby.org/",
 | 
						|
    "description": "The Ruby Programming Language on the JVM.",
 | 
						|
    "version": "9.2.11.1",
 | 
						|
    "license": {
 | 
						|
        "identifier": "EPL-1.0|GPL-2.0-only|LGPL-2.1-only",
 | 
						|
        "url": "https://github.com/jruby/jruby/blob/master/COPYING"
 | 
						|
    },
 | 
						|
    "url": "https://s3.amazonaws.com/jruby.org/downloads/9.2.11.1/jruby-bin-9.2.11.1.zip",
 | 
						|
    "hash": "d10b7b63fa11272c05501134e8987522f672faddfd538eaf7957665d1c2f7a28",
 | 
						|
    "extract_dir": "jruby-9.2.11.1",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |