Index: libraries/osx/build-osx-libs.sh =================================================================== --- libraries/osx/build-osx-libs.sh +++ libraries/osx/build-osx-libs.sh @@ -21,26 +21,26 @@ # -------------------------------------------------------------- # Library versions for ease of updating: ZLIB_VERSION="zlib-1.2.11" -CURL_VERSION="curl-7.46.0" -ICONV_VERSION="libiconv-1.14" -XML2_VERSION="libxml2-2.9.3" -SDL2_VERSION="SDL2-2.0.4" -BOOST_VERSION="boost_1_60_0" -WXWIDGETS_VERSION="wxWidgets-3.0.2" +CURL_VERSION="curl-7.54.0" +ICONV_VERSION="libiconv-1.15" +XML2_VERSION="libxml2-2.9.4" +SDL2_VERSION="SDL2-2.0.5" +BOOST_VERSION="boost_1_64_0" +WXWIDGETS_VERSION="wxWidgets-3.0.3" # libpng was included as part of X11 but that's removed from Mountain Lion # (also the Snow Leopard version was ancient 1.2) -PNG_VERSION="libpng-1.6.21" +PNG_VERSION="libpng-1.6.29" OGG_VERSION="libogg-1.3.2" VORBIS_VERSION="libvorbis-1.3.5" # gloox is necessary for multiplayer lobby -GLOOX_VERSION="gloox-1.0.14" +GLOOX_VERSION="gloox-1.0.20" # NSPR is necessary for threadsafe Spidermonkey -NSPR_VERSION="4.11" +NSPR_VERSION="4.15" # OS X only includes part of ICU, and only the dylib # NOTE: remember to also update LIB_URL below when changing version -ICU_VERSION="icu4c-56_1" +ICU_VERSION="icu4c-59_1" ENET_VERSION="enet-1.3.13" -MINIUPNPC_VERSION="miniupnpc-1.9.20151026" +MINIUPNPC_VERSION="miniupnpc-1.9.20160209" # -------------------------------------------------------------- # Bundled with the game: # * SpiderMonkey 38 @@ -532,7 +532,7 @@ LIB_VERSION="${ICU_VERSION}" LIB_ARCHIVE="$LIB_VERSION-src.tgz" LIB_DIRECTORY="icu" -LIB_URL="http://download.icu-project.org/files/icu4c/56.1/" +LIB_URL="http://download.icu-project.org/files/icu4c/59.1/" mkdir -p icu pushd icu > /dev/null