mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			91 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "##": "64-bit version is able to build both 32-bit and 64-bit packages",
 | 
						|
    "version": "2022-09-04",
 | 
						|
    "description": "A software distro and building platform for Windows.",
 | 
						|
    "homepage": "http://msys2.github.io",
 | 
						|
    "license": "GPL-2.0-only|BSD-3-Clause",
 | 
						|
    "notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/msys2/msys2-installer/releases/download/2022-09-04/msys2-base-x86_64-20220904.tar.xz",
 | 
						|
            "hash": "de80d038d1177fb7dc026e834f4b03965e5d46eaab64a18f991d42bdcb445520",
 | 
						|
            "extract_dir": "msys64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "msys2",
 | 
						|
            "-msys2 -defterm -here -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "mingw",
 | 
						|
            "-mingw -defterm -here -full-path -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "mingw32",
 | 
						|
            "-mingw32 -defterm -here -full-path -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "mingw64",
 | 
						|
            "-mingw64 -defterm -here -full-path -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "clang32",
 | 
						|
            "-clang32 -defterm -here -full-path -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "clang64",
 | 
						|
            "-clang64 -defterm -here -full-path -no-start"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "msys2_shell.cmd",
 | 
						|
            "ucrt64",
 | 
						|
            "-ucrt64 -defterm -here -full-path -no-start"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "msys2.exe",
 | 
						|
            "MSYS2"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "mingw32.exe",
 | 
						|
            "MinGW32"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "mingw64.exe",
 | 
						|
            "MinGW64"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "clang32.exe",
 | 
						|
            "Clang32"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "clang64.exe",
 | 
						|
            "Clang64"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "ucrt64.exe",
 | 
						|
            "UCRT64"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "persist": "home",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/msys2/msys2-installer",
 | 
						|
        "regex": "/releases/tag/(?<version>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2}))"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/msys2/msys2-installer/releases/download/$version/msys2-base-x86_64-$matchYear$matchMonth$matchDay.tar.xz"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |