mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.4.3-1",
 | 
						|
    "description": "A dynamic programming language with a focus on simplicity and productivity.",
 | 
						|
    "homepage": "https://rubyinstaller.org",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!",
 | 
						|
    "suggest": {
 | 
						|
        "MSYS2": "msys2"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.3-1/rubyinstaller-3.4.3-1-x64.7z",
 | 
						|
            "hash": "d4c26b729bad2351bb7403579e522a2a98d023a6a46c2a8698d3ac6004921013",
 | 
						|
            "extract_dir": "rubyinstaller-3.4.3-1-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.3-1/rubyinstaller-3.4.3-1-x86.7z",
 | 
						|
            "hash": "c00f7a78d7484bae8b31de0f8c715d8feeb3e5cf5b3616da7396da217047fee7",
 | 
						|
            "extract_dir": "rubyinstaller-3.4.3-1-x86"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "post_install": "gem install rake",
 | 
						|
    "env_add_path": [
 | 
						|
        "bin",
 | 
						|
        "gems\\bin"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "GEM_HOME": "$dir\\gems",
 | 
						|
        "GEM_PATH": "$dir\\gems"
 | 
						|
    },
 | 
						|
    "persist": "gems",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |