summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-03-26 08:10:45 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-03-26 08:10:45 (GMT)
commit957282b0a07ceaeb5115f9de04171e3b3716134a (patch)
tree6cc245bcb4b5df23baa2a74bcfc155534aaa1463
parentb2896a198d41391ffee5385306126853ea267b1c (diff)
downloadmxe-957282b0a07ceaeb5115f9de04171e3b3716134a.zip
mxe-957282b0a07ceaeb5115f9de04171e3b3716134a.tar.gz
mxe-957282b0a07ceaeb5115f9de04171e3b3716134a.tar.bz2
update package curl
-rw-r--r--src/curl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl.mk b/src/curl.mk
index a3328e8..044c459 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -3,8 +3,8 @@
PKG := curl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 7.35.0
-$(PKG)_CHECKSUM := ba7b8866308e3dc1264aac42342a2094cac3cace
+$(PKG)_VERSION := 7.36.0
+$(PKG)_CHECKSUM := a82e3384a8577f508259725493923d4d8782ee63
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)