# HG changeset patch # User John Donoghue # Date 1382054434 14400 # Node ID d7805a58c442b2ae9eb6df8437ed69851a6dd17f # Parent cce4bedf4c3dece1b6ca1b98904399f9f0be7e84 Update curl to 7.33.0 * index.html: change curl-version to 7.33.0 diff -r cce4bedf4c3d -r d7805a58c442 index.html --- 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 @@ curl - 7.32.0 + 7.33.0 cURL diff -r cce4bedf4c3d -r d7805a58c442 src/curl.mk --- 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)