You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/08/26 18:21:54 UTC

[orc] branch master updated: Update the tzdata url for the C++ build.

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 51a26ab  Update the tzdata url for the C++ build.
51a26ab is described below

commit 51a26ab85fc33a7d765dc1f500d43e6ae4ceb0d1
Author: Dmitry Marakasov <am...@amdmi3.ru>
AuthorDate: Mon Aug 26 18:55:53 2019 +0300

    Update the tzdata url for the C++ build.
    
    Fixes #421
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 cmake_modules/ThirdpartyToolchain.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
index 1a28b1a..74f0e61 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -228,8 +228,8 @@ endif ()
 
 if (WIN32)
   ExternalProject_Add(tzdata_ep
-    URL "ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2018c-1.tar.xz"
-    URL_HASH MD5=F69FCA5C906FAFF02462D3D06F28267C
+    URL "ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2019b-1.tar.xz"
+    URL_HASH MD5=17D8AB346BB1009D4EB35BC08040E51D
     CONFIGURE_COMMAND ""
     BUILD_COMMAND ""
     INSTALL_COMMAND "")