mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.gnu.org/software/octave/",
 | 
						|
    "version": "4.4.0",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip",
 | 
						|
            "hash": "ef8aa3c1eb1454d5c92ee780aa6a3df1f008e74fcd051d56b91dde59c7ac7a17",
 | 
						|
            "extract_dir": "octave-4.4.0-w64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.zip",
 | 
						|
            "hash": "26d4874d7eba14879d837666678006254a7db31780f724f5e214864989e491ce",
 | 
						|
            "extract_dir": "octave-4.4.0-w32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\octave.exe",
 | 
						|
        "bin\\octave-gui.exe",
 | 
						|
        "bin\\octave-cli.exe",
 | 
						|
        "bin\\octave-config.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://wiki.octave.org/GNU_Octave_Wiki",
 | 
						|
        "re": "GNU Octave ([\\d.]+) is the current stable release"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w64.zip",
 | 
						|
                "extract_dir": "octave-$version-w64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w32.zip",
 | 
						|
                "extract_dir": "octave-$version-w32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |