Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 06osdeps_from_source.autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

only_in_flavor 'master', 'next' do
setup_package 'external/opencv' do |pkg|
pkg.importer.relocate "http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.5/opencv-2.4.5.tar.gz"
pkg.importer.relocate "http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.9/opencv-2.4.9.zip"
end
end

2 changes: 1 addition & 1 deletion source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ version_control:

- external/opencv:
type: archive
url: http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.3/OpenCV-2.3.0.tar.bz2
url: http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2
update_cached_file: false

- bundles/.*:
Expand Down