mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/opencv: Updated for version 4.5.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0fd74f8721
commit
f6deaac3da
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2012-2015 Matt Dinslage, Springfield, MO USA
|
||||
# All rights reserved.
|
||||
# Copyright 2016-2020 Christoph Willing, Brisbane, Australia
|
||||
# Copyright 2016-2021 Christoph Willing, Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=opencv
|
||||
PRGNAM2=opencv_contrib
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="opencv"
|
||||
VERSION="4.5.0"
|
||||
VERSION="4.5.1"
|
||||
HOMEPAGE="https://opencv.org/"
|
||||
DOWNLOAD="https://github.com/opencv/opencv/archive/4.5.0/opencv-4.5.0.tar.gz \
|
||||
https://github.com/opencv/opencv_contrib/archive/4.5.0/opencv_contrib-4.5.0.tar.gz"
|
||||
MD5SUM="65ecd733f41b8286debfc4f29bd0d453 \
|
||||
bcd25c6796f647a4a14e3235c7eddd6a"
|
||||
DOWNLOAD="https://github.com/opencv/opencv/archive/4.5.1/opencv-4.5.1.tar.gz \
|
||||
https://github.com/opencv/opencv_contrib/archive/4.5.1/opencv_contrib-4.5.1.tar.gz"
|
||||
MD5SUM="2205d3169238ec1f184438a96de68513 \
|
||||
19a31bf7271978ab426112dbf5d1b83f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numpy3 qt5"
|
||||
|
|
Loading…
Reference in a new issue