changeset 3268:d7805a58c442

Update curl to 7.33.0 * index.html: change curl-version to 7.33.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 17 Oct 2013 20:00:34 -0400
parents cce4bedf4c3d
children 73f492e59b3f
files index.html src/curl.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Oct 16 23:45:07 2013 -0400
+++ b/index.html	Thu Oct 17 20:00:34 2013 -0400
@@ -1098,7 +1098,7 @@
     </tr>
     <tr>
         <td id="curl-package">curl</td>
-        <td id="curl-version">7.32.0</td>
+        <td id="curl-version">7.33.0</td>
         <td id="curl-website"><a href="http://curl.haxx.se/libcurl/">cURL</a></td>
     </tr>
     <tr>
--- a/src/curl.mk	Wed Oct 16 23:45:07 2013 -0400
+++ b/src/curl.mk	Thu Oct 17 20:00:34 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := curl
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 76e8df2dade75120b75134468d02114370ea592d
+$(PKG)_CHECKSUM := 00c4293c336a1f987cf93c9ff385c5eb865db5d0
 $(PKG)_SUBDIR   := curl-$($(PKG)_VERSION)
 $(PKG)_FILE     := curl-$($(PKG)_VERSION).tar.lzma
 $(PKG)_URL      := http://curl.haxx.se/download/$($(PKG)_FILE)