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.13",
 | 
						|
    "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.13.zip",
 | 
						|
            "hash": "10e1c01900c50f09ba44817f1d1d9f3d936ad39eb9999724f3645a172d75ec0e"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.13.zip",
 | 
						|
            "hash": "764f28f246abeac7d5f8c690fdb07a6d32189f2ab5ed2c471c88fdf3ccdc4c4d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |