mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/{opencv4, opencv4-contrib}: bump version to 4.11.0
Changelog:
https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4110
Added comments to both packages to keep the version number in sync.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 9b9b21f589)
[thomas: including for following security bump in v4.12.0]
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
268cdbdf19
commit
44e18a2f63
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 65597f8fb8dc2b876c1b45b928bbcc5f772ddbaf97539bf1b737623d0604cba1 opencv4-contrib-4.10.0.tar.gz
|
||||
sha256 2dfc5957201de2aa785064711125af6abb2e80a64e2dc246aca4119b19687041 opencv4-contrib-4.11.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENCV4_CONTRIB_VERSION = 4.10.0
|
||||
# When updating the version, please also update opencv4
|
||||
OPENCV4_CONTRIB_VERSION = 4.11.0
|
||||
OPENCV4_CONTRIB_SITE = $(call github,opencv,opencv_contrib,$(OPENCV4_CONTRIB_VERSION))
|
||||
OPENCV4_CONTRIB_INSTALL_TARGET = NO
|
||||
OPENCV4_CONTRIB_LICENSE = Apache-2.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 b2171af5be6b26f7a06b1229948bbb2bdaa74fcf5cd097e0af6378fce50a6eb9 opencv4-4.10.0.tar.gz
|
||||
sha256 9a7c11f924eff5f8d8070e297b322ee68b9227e003fd600d4b8122198091665f opencv4-4.11.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENCV4_VERSION = 4.10.0
|
||||
# When updating the version, please also update opencv4-contrib
|
||||
OPENCV4_VERSION = 4.11.0
|
||||
OPENCV4_SITE = $(call github,opencv,opencv,$(OPENCV4_VERSION))
|
||||
OPENCV4_INSTALL_STAGING = YES
|
||||
OPENCV4_LICENSE = Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user