Skip to content

Commit

Permalink
Merge pull request #529 from SkyrisBactera/patch-1
Browse files Browse the repository at this point in the history
Updating Zlib URL and MD5 to latest version
  • Loading branch information
polmr authored Jan 24, 2017
2 parents 4af71b0 + 3f71d4c commit 9c72732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/build_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ zlib_pkg() {
local build_dir=$1
local install_dir=$2
local name="Zlib"
local zlib_ver="1.2.8"
local zlib_ver="1.2.11"
local zlib_url="http://zlib.net/zlib-$zlib_ver.tar.gz"
local zlib_md5="44d667c142d7cda120332623eab69f40"
local zlib_md5="1c9f62f0778697a09d36121ead88e08e"
local zlib_file="zlib-$zlib_ver.tar.gz"
local zlib_dir="zlib-$zlib_ver"
local loc_conf_opts=$config_opts
Expand Down

0 comments on commit 9c72732

Please sign in to comment.