mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.07.2",
 | 
						|
    "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/Binaries%20-%20Windows/FreeBASIC-1.07.2-win64.zip",
 | 
						|
            "hash": "sha1:a074f10e5d6feabc0179e5f4ada5ff83091a2dcb",
 | 
						|
            "extract_dir": "FreeBASIC-1.07.2-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-1.07.2-win32.zip",
 | 
						|
            "hash": "sha1:82998ed4e2fa5b41f4dda9c3007733488781afba",
 | 
						|
            "extract_dir": "FreeBASIC-1.07.2-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "fbc.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/freebasic/fbc"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win64.zip",
 | 
						|
                "extract_dir": "FreeBASIC-$version-win64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/fbc/Binaries%20-%20Windows/FreeBASIC-$version-win32.zip",
 | 
						|
                "extract_dir": "FreeBASIC-$version-win32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |