mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						||
    "version": "4.11.0",
 | 
						||
    "description": "Open Source Computer Vision Library",
 | 
						||
    "homepage": "https://opencv.org/",
 | 
						||
    "license": "Apache-2.0",
 | 
						||
    "architecture": {
 | 
						||
        "64bit": {
 | 
						||
            "url": "https://github.com/opencv/opencv/releases/download/4.11.0/opencv-4.11.0-windows.exe#/dl.7z",
 | 
						||
            "hash": "7c9d1c0b70db1b1952cc815252fced9a07f51267563cf3eaa1674d734c49b8e4"
 | 
						||
        }
 | 
						||
    },
 | 
						||
    "extract_dir": "opencv\\build",
 | 
						||
    "env_set": {
 | 
						||
        "OPENCV_DIR": "$dir\\x64\\vc16"
 | 
						||
    },
 | 
						||
    "env_add_path": "x64\\vc16\\bin",
 | 
						||
    "checkver": {
 | 
						||
        "url": "https://opencv.org/releases/",
 | 
						||
        "regex": "\\*\\s</span>OpenCV – ([\\d.]+)"
 | 
						||
    },
 | 
						||
    "autoupdate": {
 | 
						||
        "architecture": {
 | 
						||
            "64bit": {
 | 
						||
                "url": "https://github.com/opencv/opencv/releases/download/$version/opencv-$version-windows.exe#/dl.7z",
 | 
						||
                "hash": {
 | 
						||
                    "url": "https://github.com/opencv/opencv/releases",
 | 
						||
                    "regex": "$sha256\\sopencv-$version-windows.exe"
 | 
						||
                }
 | 
						||
            }
 | 
						||
        }
 | 
						||
    }
 | 
						||
}
 |