mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "6.1",
 | 
						|
    "description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
 | 
						|
    "homepage": "https://www.mercurial-scm.org/",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1-x64.exe",
 | 
						|
            "hash": "4f648beb2706f7bd199596a99ba2486fd17a86f815f44fc1a7d44ae7084c1299"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1-x86.exe",
 | 
						|
            "hash": "d204d0a262476e1fa888439bd2a710c3bba3b8143945c7ba125afe8f3d7fac57"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "innosetup": true,
 | 
						|
    "bin": "hg.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.mercurial-scm.org/release/windows/latest.dat",
 | 
						|
        "regex": "Mercurial-([\\w.]+)-x"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x64.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x86.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |