mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://rubyinstaller.org",
 | 
						|
    "version": "2.6.3-1",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.7z",
 | 
						|
            "hash": "3f196564b1aec474a0f3bf4731dec8dcf8efeb8e7eec434dbc720d800b877e3e",
 | 
						|
            "extract_dir": "rubyinstaller-2.6.3-1-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x86.7z",
 | 
						|
            "hash": "5a3a2e75c167304e15a60740b476f985022f144703c27ce5aad62a368406b78f",
 | 
						|
            "extract_dir": "rubyinstaller-2.6.3-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": {
 | 
						|
        "url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
 | 
						|
        "regex": "Ruby (\\S+)"
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
 | 
						|
            "regex": "(?sm)$basename[^.].*?$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |