mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.26",
 | 
						|
    "description": "A simple, high-reliability, distributed software configuration management system.",
 | 
						|
    "homepage": "https://www.fossil-scm.org/",
 | 
						|
    "license": "BSD-2-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-2.26.zip",
 | 
						|
            "hash": "aeeff280037cc107b0b912578c5b13c60cd5899c1ecc75085ad5c93883ba3653"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.26.zip",
 | 
						|
            "hash": "f01f59ee8531ba3ff03dfaca4eee553b174fd51d55603007a1817a43e8c799bf"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "fossil.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.fossil-scm.org/index.html/uv/download.js",
 | 
						|
        "regex": "p=version-([0-9.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |