comparison src/curl.mk @ 3483:2eadc18ef463

Update curl to 7.35.0 * src/curl.mk: update to version 7.35.0.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 01 Feb 2014 14:17:59 -0500
parents 13be64f9f16d
children 51563235a7c6
comparison
equal deleted inserted replaced
3482:361f5149d073 3483:2eadc18ef463
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := curl 4 PKG := curl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 7.33.0 6 $(PKG)_VERSION := 7.35.0
7 $(PKG)_CHECKSUM := 00c4293c336a1f987cf93c9ff385c5eb865db5d0 7 $(PKG)_CHECKSUM := ba7b8866308e3dc1264aac42342a2094cac3cace
8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma 9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) 10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)
11 $(PKG)_DEPS := gnutls libidn libssh2 11 $(PKG)_DEPS := gnutls libidn libssh2
12 12