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

pgaref pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 56ed055  ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) 
(#591)
56ed055 is described below

commit 56ed055947dc015dec5f1ff4b139f0e386c86279
Author: Panagiotis Garefalakis <[email protected]>
AuthorDate: Mon Dec 28 13:55:44 2020 +0200

    ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) (#591)
    
    (cherry picked from commit c5efb95b67e5c04493172a80a4e051e478a62a9f)
---
 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 957af57..7fee9b5 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -171,8 +171,8 @@ endif ()
 
 if (WIN32)
   ExternalProject_Add(tzdata_ep
-    URL 
"ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2020b-1.tar.xz";
-    URL_HASH MD5=1BE1D18B4042A5011E96D20054BEEF33
+    URL 
"ftp://cygwin.osuosl.org/pub/cygwin/noarch/release/tzdata/tzdata-2020e-1.tar.xz";
+    URL_HASH MD5=f387bd21bd54a68ef73a0b9fa20a9ff5
     CONFIGURE_COMMAND ""
     BUILD_COMMAND ""
     INSTALL_COMMAND "")

Reply via email to