Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match double digit version numbers #35

Merged
merged 1 commit into from
Oct 23, 2014
Merged

Match double digit version numbers #35

merged 1 commit into from
Oct 23, 2014

Conversation

arky
Copy link
Contributor

@arky arky commented Oct 23, 2014

This patch match 2.4.10 version numbers. Correctly download OpenCV 2.4.10 double digit version numbers

This patch match 2.4.10 version numbers. Correctly download OpenCV 2.4.10 double digit version numbers 

```sh 

 ./get_latest_version_download_file.sh 
Spider mode enabled. Check if remote file exists.
--2014-10-23 20:26:43--  http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.1/opencv-2.4.1.tar.gz/download
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
Remote file does not exist -- broken link!!!

Spider mode enabled. Check if remote file exists.
--2014-10-23 20:26:44--  http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.1/opencv-2.4.1.zip/download
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
Remote file does not exist -- broken link!!!

Could not find download file on sourceforge page.  Please find the download file for version 2.4.1 at
http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.1/ and update this script
```
jayrambhia added a commit that referenced this pull request Oct 23, 2014
Match double digit version numbers
@jayrambhia jayrambhia merged commit 87d4bd9 into jayrambhia:master Oct 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants