mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.08.1",
 | 
						|
    "description": "BASIC compiler for Microsoft Windows, DOS and Linux",
 | 
						|
    "homepage": "https://www.freebasic.net",
 | 
						|
    "license": "GPL-2.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win64.zip",
 | 
						|
            "hash": "sha1:b0da193ba54a9960e4ec5b499d0a632629a41adc",
 | 
						|
            "extract_dir": "FreeBASIC-1.08.1-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.08.1/Binaries-Windows/FreeBASIC-1.08.1-win32.zip",
 | 
						|
            "hash": "sha1:26cdf8cfd714eb37ad3e55cefc1a4bc60e350e55",
 | 
						|
            "extract_dir": "FreeBASIC-1.08.1-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "fbc.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/freebasic/fbc"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win64.zip",
 | 
						|
                "extract_dir": "FreeBASIC-$version-win64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win32.zip",
 | 
						|
                "extract_dir": "FreeBASIC-$version-win32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |