mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
opencv: Add version 4.5.5 (#3167)
* opencv: add version 4.5.5 * Move to bucket, oops
This commit is contained in:
parent
c91ac21fe8
commit
3ef60291f4
32
bucket/opencv.json
Normal file
32
bucket/opencv.json
Normal 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 – ([\\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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user