Skip to content

Commit

Permalink
chore: Release 4.1.2-contrib (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Oct 10, 2019
1 parent 4e6eb88 commit 4a9b62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ $1 = "--skip-download" ]]; then
echo "Skipping Download of ${opencv_sdk_zip}..."
else
echo "Downloading ${opencv_sdk_zip}..."
download_url="https://pullrequest.opencv.org/buildbot/export/opencv_releases/master-contrib_pack-contrib-android/20190727-171417--10871/OpenCV4Android.zip"
download_url="https://pullrequest.opencv.org/buildbot/export/opencv_releases/master-contrib_pack-contrib-android/20191010-050206--10946/OpenCV4Android.zip"
echo "Download URL: ${download_url}"
wget -c -O ${opencv_sdk_zip} ${download_url}
fi
Expand Down

0 comments on commit 4a9b62d

Please sign in to comment.