aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)