Skip to content

Commit 4a9b62d

Browse files
chore: Release 4.1.2-contrib (#8)
1 parent 4e6eb88 commit 4a9b62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_opencv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ $1 = "--skip-download" ]]; then
1111
echo "Skipping Download of ${opencv_sdk_zip}..."
1212
else
1313
echo "Downloading ${opencv_sdk_zip}..."
14-
download_url="https://pullrequest.opencv.org/buildbot/export/opencv_releases/master-contrib_pack-contrib-android/20190727-171417--10871/OpenCV4Android.zip"
14+
download_url="https://pullrequest.opencv.org/buildbot/export/opencv_releases/master-contrib_pack-contrib-android/20191010-050206--10946/OpenCV4Android.zip"
1515
echo "Download URL: ${download_url}"
1616
wget -c -O ${opencv_sdk_zip} ${download_url}
1717
fi

0 commit comments

Comments
 (0)