mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "4.6.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.6.0/opencv-4.6.0-vc14_vc15.exe#/dl.7z",
|
|
"hash": "3fb046e14dc5b50719a86ea0395b5b1e3299e2343111ebd2e31828aa31d6d477"
|
|
}
|
|
},
|
|
"extract_dir": "opencv\\build",
|
|
"env_set": {
|
|
"OPENCV_DIR": "$dir\\x64\\vc14"
|
|
},
|
|
"env_add_path": "x64\\vc14\\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-vc14_vc15.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "https://github.com/opencv/opencv/releases",
|
|
"regex": "$sha256\\sopencv-$version-vc14_vc15.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|