summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-02-07 00:40:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-02-07 00:40:37 (GMT)
commite269b9ac9dd410552cc47a1030482c0277cc0350 (patch)
tree8a22ea21c0c440592fb355866e0875a78af762c7
parent083d9f2261ed767bcb25ca4a2588c7332c19f1bc (diff)
downloadmxe-e269b9ac9dd410552cc47a1030482c0277cc0350.zip
mxe-e269b9ac9dd410552cc47a1030482c0277cc0350.tar.gz
mxe-e269b9ac9dd410552cc47a1030482c0277cc0350.tar.bz2
update package curl
-rw-r--r--index.html2
-rw-r--r--src/curl.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index cc91e6e..bcfbb2d 100644
--- a/index.html
+++ b/index.html
@@ -1029,7 +1029,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="curl-package">curl</td>
- <td id="curl-version">7.28.1</td>
+ <td id="curl-version">7.29.0</td>
<td id="curl-website"><a href="http://curl.haxx.se/libcurl/">cURL</a></td>
</tr>
<tr>
diff --git a/src/curl.mk b/src/curl.mk
index 03e4df3..afcf798 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -3,7 +3,7 @@
PKG := curl
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := cf6ef8cdabcc8e8288bbf0678b25e6127b31e5c9
+$(PKG)_CHECKSUM := 28f2ffe1a4eb5b8d0fb95db1b2ef6ba04e2572fe
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)