mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.4.0",
 | 
						|
    "description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.",
 | 
						|
    "homepage": "https://github.com/boyter/scc",
 | 
						|
    "license": "MIT|Unlicense",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/boyter/scc/releases/download/v3.4.0/scc_Windows_x86_64.zip",
 | 
						|
            "hash": "95e050f110b340256248b156c818b8ec490b84f58871889ecf4f53c370c97c6c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/boyter/scc/releases/download/v3.4.0/scc_Windows_i386.zip",
 | 
						|
            "hash": "229239b2b5c79874eaf784df327f99e6e2492c28360e3d2db774927c36ef8a88"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/boyter/scc/releases/download/v3.4.0/scc_Windows_arm64.zip",
 | 
						|
            "hash": "11bcb4cdff52afce7db972dc1c34ea99731af2ae1fc765b06925eaffc970a311"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "scc.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_i386.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |