update curl

This commit is contained in:
Mark Brand 2016-12-21 14:04:05 +01:00
parent f88e55117e
commit 5cd51be53b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
PKG := curl
$(PKG)_IGNORE :=
$(PKG)_VERSION := 7.51.0
$(PKG)_CHECKSUM := 9eef5f6bbb972ffc631f4c76cfe93161bf5186926133c77267b24f5191700518
$(PKG)_VERSION := 7.52.0
$(PKG)_CHECKSUM := c8f0114c7c72c8627d716416326593d061274b208cdf123c418c20c6dbe009c2
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)