Skip to content

Commit

Permalink
Update dependency opencv_archive to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent 595cd6c commit b7dc1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ cross_compiler_dependencies()
http_archive(
name = "opencv_archive",
build_file = "//third_party:opencv.BUILD",
sha256 = "f3b160b9213dd17aa15ddd45f6fb06017fe205359dbd1f7219aad59c98899f15",
strip_prefix = "opencv-3.1.0",
url = "https://github.com/opencv/opencv/archive/3.1.0.tar.gz",
sha256 = "c20bb83dd790fc69df9f105477e24267706715a9d3c705ca1e7f613c7b3bad3d",
strip_prefix = "opencv-4.5.4",
url = "https://github.com/opencv/opencv/archive/4.5.4.tar.gz",
)

http_archive(
Expand Down

0 comments on commit b7dc1fd

Please sign in to comment.