mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			838 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			838 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "6.0.0",
 | 
						|
    "description": "Interactive function plotting utility",
 | 
						|
    "homepage": "http://www.gnuplot.info",
 | 
						|
    "license": "gnuplot",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.0/gp600-win64-mingw.7z",
 | 
						|
            "hash": "sha1:3977f8b0b48bd11232f6562781054e100e6b1449"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "gnuplot",
 | 
						|
    "bin": "bin\\gnuplot.exe",
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "bin\\wgnuplot.exe",
 | 
						|
            "GNUPlot"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": "(?s)\\(current stable\\).*?Release ([\\d.]+)",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/$version/gp$cleanVersion-win64-mingw.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |