Skip to content

Commit

Permalink
Merge pull request #428 from ca333/patch-1
Browse files Browse the repository at this point in the history
update libcurl to 7.54.0
  • Loading branch information
jl777 authored May 9, 2017
2 parents 757dc8e + a995802 commit 825649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/libcurl.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=libcurl
$(package)_version=7.52.1
$(package)_version=7.54.0
$(package)_download_path=https://curl.haxx.se/download
$(package)_file_name=curl-$($(package)_version).tar.gz
$(package)_sha256_hash=a8984e8b20880b621f61a62d95ff3c0763a3152093a9f9ce4287cfd614add6ae
$(package)_sha256_hash=a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf
$(package)_config_opts=--disable-shared --enable-static --host=x86_64-w64-mingw32
$(package)_config_opts_mingw32=--enable-mingw --disable-shared --enable-static --prefix=$(host_prefix)
$(package)_cflags=
Expand Down

0 comments on commit 825649f

Please sign in to comment.