Skip to content

Commit 43d2fd4

Browse files
committed
Update tag for legacy build
1 parent 855bdae commit 43d2fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/winlibs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(!file.exists("../windows/opencv/include/opencv4/opencv2/opencv.hpp")){
77
} else if(getRversion() >= "4.3") {
88
"https://github.com/r-windows/bundles/releases/download/opencv-4.8.1/opencv-4.8.1-ucrt-x86_64.tar.xz"
99
} else {
10-
"https://github.com/rwinlib/opencv/archive/refs/tags/4.8.1-1.tar.gz"
10+
"https://github.com/rwinlib/opencv/archive/refs/tags/v4.8.1.tar.gz"
1111
}
1212
download.file(url, basename(url), quiet = TRUE)
1313
dir.create("../windows", showWarnings = FALSE)

0 commit comments

Comments
 (0)