opencv: Add version 4.5.5 (#3167)

* opencv: add version 4.5.5

* Move to bucket, oops
This commit is contained in:
tech189 2022-01-09 12:54:27 +00:00 committed by GitHub
parent c91ac21fe8
commit 3ef60291f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
bucket/opencv.json Normal file
View File

@ -0,0 +1,32 @@
{
"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"
}
}
}
}
}