diff options
| author | Victor Romero <viromer@microsoft.com> | 2019-01-23 11:10:26 -0800 |
|---|---|---|
| committer | Victor Romero <viromer@microsoft.com> | 2019-01-23 11:10:26 -0800 |
| commit | 994c03700d635031089c2ea71d10423e7d941c1a (patch) | |
| tree | f77c51eaa7fcde381f269d5e135447547718aced /ports/celero | |
| parent | 7bc18139e37b4a9db949bc96bfb13c22f59f8d37 (diff) | |
| parent | f7672fbf6d23423119424d6975bc1acd78e04aac (diff) | |
| download | vcpkg-994c03700d635031089c2ea71d10423e7d941c1a.tar.gz vcpkg-994c03700d635031089c2ea71d10423e7d941c1a.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/viromer/5206
Diffstat (limited to 'ports/celero')
| -rw-r--r-- | ports/celero/CONTROL | 2 | ||||
| -rw-r--r-- | ports/celero/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL index 2afd57484..aa90dad66 100644 --- a/ports/celero/CONTROL +++ b/ports/celero/CONTROL @@ -1,3 +1,3 @@ Source: celero -Version: 2.4.0 +Version: 2.4.0-1 Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++. diff --git a/ports/celero/portfile.cmake b/ports/celero/portfile.cmake index f9288fb8e..61dbec10e 100644 --- a/ports/celero/portfile.cmake +++ b/ports/celero/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DigitalInBlue/Celero - REF v2.4.0 - SHA512 4ba9f26bcda85bea00de27a6e8166f874f2c3852f74c54c089373caf71e1c066ac771fda73799d84c4c7a20986a71fd7a3b101b7b8972b9797ab3e8ed7918c30 + REF 9f41c21e35b04d7d65dcb0aff4c962f6e5f2cbc3 + SHA512 62a4803e61cf9e876c09cc68be07d4bfa31f291d3ced23e092347bf43b48086b3ba7862fc454082f42263d9ec0c260e8ba58da5c0c461ebff9c871209784e2a7 HEAD_REF master ) |
