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": "7.0.3",
 | 
						|
    "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-7.0.3-x64.exe",
 | 
						|
            "hash": "d9a1406f2b4c34ad36c48c78940c8b2eeb4439a735493cfc3a2f273c7fd0803b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.mercurial-scm.org/release/windows/Mercurial-7.0.3-x86.exe",
 | 
						|
            "hash": "00a06c63058188eed2f79df805c5a9523fe4fe8e99620c9a990df4e22257152d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |