changeset 6172:1449ae789312

Update curl to 7.22 for compile on ubuntu 11.10.
author Colin Campbell <colinpkcampbell@gmail.com>
date Mon, 07 Nov 2011 09:18:44 +0000
parents 65897e37a7ce
children 6e26a95864dc
files gub/specs/curl.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/curl.py	Mon Nov 07 09:17:32 2011 +0000
+++ b/gub/specs/curl.py	Mon Nov 07 09:18:44 2011 +0000
@@ -3,7 +3,7 @@
 from gub import tools
 
 class Curl (target.AutoBuild):
-    source = 'http://curl.haxx.se/download/curl-7.19.0.tar.gz'
+    source = 'http://curl.haxx.se/download/curl-7.22.0.tar.gz'
     dependencies = ['tools::libtool']
     configure_flags = (tools.AutoBuild.configure_flags
                        + ' --without-openssl')