mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			942 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			942 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.3.0",
 | 
						|
    "description": "Small Device C Compiler",
 | 
						|
    "homepage": "https://sdcc.sourceforge.net",
 | 
						|
    "license": "GPL-2.0-only,LGPL-2.1-only,GPL-3.0-only,Zlib,Libpng,BSL-1.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/sdcc/sdcc-win64/4.3.0/sdcc-4.3.0-x64-setup.exe#/dl.7z",
 | 
						|
            "hash": "sha1:fc2e50a9d56ecbe766823bbb1ffd0b2899f9e6d4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall*\" -Force -Recurse",
 | 
						|
    "bin": "bin\\sdcc.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://sourceforge.net/projects/sdcc/rss?path=/sdcc-win64",
 | 
						|
        "regex": "sdcc-([\\d.]+)-x64-setup\\.exe\\]\\]"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/sdcc/sdcc-win64/$version/sdcc-$version-x64-setup.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |