This is an automated email from the ASF dual-hosted git repository.
pgaref 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 c5efb95 ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590)
c5efb95 is described below
commit c5efb95b67e5c04493172a80a4e051e478a62a9f
Author: Panagiotis Garefalakis <[email protected]>
AuthorDate: Mon Dec 28 13:09:02 2020 +0200
ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590)
---
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 c86ccfa..9903289 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -259,8 +259,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 "")