changeset 3243:150b79c3db88

Update curl to 7.32.0 * src/curl.mk: update checksum. * index.html: update curl-version to 7.32.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 31 Aug 2013 16:30:34 -0400
parents 50a4de42ba1e
children 929df089f40a
files index.html src/curl.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Aug 30 20:41:40 2013 -0400
+++ b/index.html	Sat Aug 31 16:30:34 2013 -0400
@@ -1095,7 +1095,7 @@
     </tr>
     <tr>
         <td id="curl-package">curl</td>
-        <td id="curl-version">7.28.0</td>
+        <td id="curl-version">7.32.0</td>
         <td id="curl-website"><a href="http://curl.haxx.se/libcurl/">cURL</a></td>
     </tr>
     <tr>
--- a/src/curl.mk	Fri Aug 30 20:41:40 2013 -0400
+++ b/src/curl.mk	Sat Aug 31 16:30:34 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := curl
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := f75cdcd81ae3cb1eef1b5ff9e736a46cb1d6d2c9
+$(PKG)_CHECKSUM := 76e8df2dade75120b75134468d02114370ea592d
 $(PKG)_SUBDIR   := curl-$($(PKG)_VERSION)
 $(PKG)_FILE     := curl-$($(PKG)_VERSION).tar.lzma
 $(PKG)_URL      := http://curl.haxx.se/download/$($(PKG)_FILE)