mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://rubyinstaller.org",
 | 
						|
    "version": "2.6.1-1",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.1-1/rubyinstaller-2.6.1-1-x64.7z",
 | 
						|
            "hash": "3f637d73092d3004fb1cee2d7047949aad3880042879d8de55bf661a399f06fc",
 | 
						|
            "extract_dir": "rubyinstaller-2.6.1-1-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.1-1/rubyinstaller-2.6.1-1-x86.7z",
 | 
						|
            "hash": "6e5b244159156dc484d783abeee21cd5f67235de9c42eff99b04ba5dc7a9d60c",
 | 
						|
            "extract_dir": "rubyinstaller-2.6.1-1-x86"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "persist": "gems",
 | 
						|
    "env_add_path": [
 | 
						|
        "bin",
 | 
						|
        "gems\\bin"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "GEM_HOME": "$dir\\gems",
 | 
						|
        "GEM_PATH": "$dir\\gems"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "MSYS2": "msys2"
 | 
						|
    },
 | 
						|
    "post_install": "gem install rake",
 | 
						|
    "notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/oneclick/rubyinstaller2",
 | 
						|
        "re": "/releases/tag/(?:v|RubyInstaller-)?([\\d.]+(?:-[\\d])?)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-$version/rubyinstaller-$version-x64.7z",
 | 
						|
                "extract_dir": "rubyinstaller-$version-x64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-$version/rubyinstaller-$version-x86.7z",
 | 
						|
                "extract_dir": "rubyinstaller-$version-x86"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |