aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormuriukip <50638552+muriukip@users.noreply.github.com>2019-05-17 19:13:22 +0100
committerVictor Romero <romerosanchezv@gmail.com>2019-05-17 11:13:22 -0700
commit0e7d61f18b47be33bd758acb8279164b2e494207 (patch)
tree84220d304cb153e3b494508679e1f02ad2f5b6d5
parent76827951abe0df5f3d172d7b07f17614e7089198 (diff)
downloadvcpkg-0e7d61f18b47be33bd758acb8279164b2e494207.tar.gz
vcpkg-0e7d61f18b47be33bd758acb8279164b2e494207.zip
Vcpkg update Howard Hinnant [date] port to latest (#6501)
* Update vcpkg to include latest version of HowardHinnant-date code. To fix windowsZones.xml URL change. * [date] Update to ed0368fc75427ef05cefdf19a39b60d7bed2f039 from HowardHinnant/date * Revert "[date] Update to ed0368fc75427ef05cefdf19a39b60d7bed2f039 from" This reverts commit 1d71b07aec57d11f07641ff2b2b3c65a717b4ad4. * [date] Update to ed0368fc75427ef05cefdf19a39b60d7bed2f039 from HowardHinnant/date
-rw-r--r--ports/date/CONTROL2
-rw-r--r--ports/date/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/date/CONTROL b/ports/date/CONTROL
index 2c8428bf8..0a67f589b 100644
--- a/ports/date/CONTROL
+++ b/ports/date/CONTROL
@@ -1,5 +1,5 @@
Source: date
-Version: 081e9af
+Version: ed0368f
Description: A date and time library based on the C++11/14/17 <chrono> header
Feature: remote-api
diff --git a/ports/date/portfile.cmake b/ports/date/portfile.cmake
index 1a7fcc663..c82db3330 100644
--- a/ports/date/portfile.cmake
+++ b/ports/date/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
if(NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(WARNING
- "You will need to also install http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml into your install location.\n"
+ "You will need to also install https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml into your install location.\n"
"See https://howardhinnant.github.io/date/tz.html"
)
endif()
@@ -10,8 +10,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HowardHinnant/date
- REF 081e9af55b56b8f0a8a43598f5be5469d585e212
- SHA512 2f02ffa8f523acedb34e414b4d82a50561f060366ab237154d84c68bc3f6df7541a8d0a6f655f83a72e8a0e5036f995b28413ed7a3ec607d3d1cf83dd92fa897
+ REF ed0368fc75427ef05cefdf19a39b60d7bed2f039
+ SHA512 5f6a0d7e094fd1ab7b6a1ea9a96e467138220e9207e2eda68f71b68d6c56759e7470fabdfa920d92876e9c9b466e56ea8102333f407a46bb4cba43a2dfeb5e3a
HEAD_REF master
)