mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41: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.1",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64.zip",
 | 
						|
            "hash": "69482931038a63fa258a58e23c4745015cbf0a6283dec92dfd866d8dfb7807c0",
 | 
						|
            "extract_dir": "octave-4.4.1-w64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32.zip",
 | 
						|
            "hash": "e2fe876c72feb396af2ff4c4a7a893cbd802634ac1f6cadd05f29fb8d4bf26e2",
 | 
						|
            "extract_dir": "octave-4.4.1-w32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\octave.bat",
 | 
						|
        "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |