mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.24",
 | 
						|
    "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.24.zip",
 | 
						|
            "hash": "2bdfddc4e62186bff373777c499e01d0dfadae617d50603b7f6974fde2c9123c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.24.zip",
 | 
						|
            "hash": "d0d0d3c3194d83b76530f3d4a044388262c6fd97768f3040e0a2393513ede810"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |