tech189 3ef60291f4
opencv: Add version 4.5.5 (#3167)
* opencv: add version 4.5.5

* Move to bucket, oops
2022-01-09 18:24:27 +05:30

33 lines
1.1 KiB
JSON

{
"version": "4.5.5",
"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.5.5/opencv-4.5.5-vc14_vc15.exe#/dl.7z",
"hash": "cac31973cd1c59bfe9dc926acbde815553d23662ea355e0414b5e50d8f8aa5a8"
}
},
"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 &#8211; ([\\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"
}
}
}
}
}