curl: update

This commit is contained in:
Mark Brand 2015-12-02 11:34:58 +01:00
parent ae8f6def5c
commit ca2a7865c2
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := curl
$(PKG)_IGNORE :=
$(PKG)_VERSION := 7.45.0
$(PKG)_CHECKSUM := 96cd9711d8f38fa6f99af085a67ad1e0ebca339f2a9a00a2aa59c40a66c4552d
$(PKG)_VERSION := 7.46.0
$(PKG)_CHECKSUM := fe854a0dedf0a89da72aa1725d8ff66285b613d366a88f14681dacd824024087
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)