summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-05-21 14:01:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-05-21 14:01:07 (GMT)
commitc4561d939df680845ba1ab9953c6c350668aa08c (patch)
tree11cb523950b91e97c6b1a52d16f808fe45f35581 /src
parentebc859ef6c714792c383b3be39e809e7e04bb017 (diff)
downloadmxe-c4561d939df680845ba1ab9953c6c350668aa08c.zip
mxe-c4561d939df680845ba1ab9953c6c350668aa08c.tar.gz
mxe-c4561d939df680845ba1ab9953c6c350668aa08c.tar.bz2
update package curl
Diffstat (limited to 'src')
-rw-r--r--src/curl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl.mk b/src/curl.mk
index dc3390c..5f3360c 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -3,8 +3,8 @@
PKG := curl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 7.36.0
-$(PKG)_CHECKSUM := a82e3384a8577f508259725493923d4d8782ee63
+$(PKG)_VERSION := 7.37.0
+$(PKG)_CHECKSUM := 0bcd1bd7901ee1d7059189d2b3807fdb6a271bc6
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)