mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
opencv: Update to version 4.10.0 (#6437)
This commit is contained in:
parent
8110dd0674
commit
cc3fff79ec
@ -1,30 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": "3.4.16",
|
"version": "4.10.0",
|
||||||
"description": "Open Source Computer Vision Library",
|
"description": "Open Source Computer Vision Library",
|
||||||
"homepage": "https://opencv.org/",
|
"homepage": "https://opencv.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/opencv/opencv/releases/download/3.4.16/opencv-3.4.16-vc14_vc15.exe#/dl.7z",
|
"url": "https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0-windows.exe#/dl.7z",
|
||||||
"hash": "ea807fda2ee6ddd5be432d1bbe9ca7817d181f87de14c13e981ad22e20e64748"
|
"hash": "bff38466091c313dac21a0b73eea8278316a89c1d434c6f0b10697e087670168"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "opencv\\build",
|
"extract_dir": "opencv\\build",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"OPENCV_DIR": "$dir\\x64\\vc14"
|
"OPENCV_DIR": "$dir\\x64\\vc16"
|
||||||
},
|
},
|
||||||
"env_add_path": "x64\\vc14\\bin",
|
"env_add_path": "x64\\vc16\\bin",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://opencv.org/releases/",
|
"url": "https://opencv.org/releases/",
|
||||||
"regex": "\\*\\s</span>OpenCV – ([\\d.]+)"
|
"regex": "\\*\\s</span>OpenCV – ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/opencv/opencv/releases/download/$version/opencv-$version-vc14_vc15.exe#/dl.7z",
|
"url": "https://github.com/opencv/opencv/releases/download/$version/opencv-$version-windows.exe#/dl.7z",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://github.com/opencv/opencv/releases",
|
"url": "https://github.com/opencv/opencv/releases",
|
||||||
"regex": "$sha256\\sopencv-$version-vc14_vc15.exe"
|
"regex": "$sha256\\sopencv-$version-windows.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user