diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-25 11:37:23 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-26 15:10:56 -0800 |
| commit | c7616b902bf7918d7d9702dda95c80bc6c1ca545 (patch) | |
| tree | 0b8608bd138204be6f058594136b03cd540b3a56 /ports/cctz | |
| parent | 3921fc3012f91efedc36961ce7f15700af47aa7d (diff) | |
| download | vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.tar.gz vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.zip | |
[many ports] Upgrades
Diffstat (limited to 'ports/cctz')
| -rw-r--r-- | ports/cctz/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cctz/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cctz/CONTROL b/ports/cctz/CONTROL index 6ed9a0ce1..be0bf9602 100644 --- a/ports/cctz/CONTROL +++ b/ports/cctz/CONTROL @@ -1,3 +1,3 @@ Source: cctz
-Version: 2.1
+Version: 2.2 Description: two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.
diff --git a/ports/cctz/portfile.cmake b/ports/cctz/portfile.cmake index c0bfc9720..5760e7672 100644 --- a/ports/cctz/portfile.cmake +++ b/ports/cctz/portfile.cmake @@ -6,8 +6,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/cctz
- REF v2.1
- SHA512 b6531ce64fdd8581944457cdeff7f9ff9c00958af51ddb262c74e08fcc076466c59c7bef1ce7edccc9512a7f4cb204e04581d287c4a9a684057fe39421c3fbc6
+ REF v2.2
+ SHA512 27a9116721a78aff4f692499a48b48ddab7210216b84cff4192414c3e769fede4018118422676981a41ccd09e517a0892d6d732ed7e347ac5e4026ae64999fa4
HEAD_REF master
)
|
