This is an automated email from the ASF dual-hosted git repository.
pgaref pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.6 by this push:
new a3cfda3 ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590)
(#592)
a3cfda3 is described below
commit a3cfda3d11c4d287503d4d7a511a804b0f49ed5e
Author: Panagiotis Garefalakis <[email protected]>
AuthorDate: Mon Dec 28 13:55:49 2020 +0200
ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590) (#592)
(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 e2e03cf..8e7affd 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-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 "")