aboutsummaryrefslogtreecommitdiff
path: root/ports/benchmark
diff options
context:
space:
mode:
authoreao197 <eao197@gmail.com>2018-04-24 11:46:00 +0300
committereao197 <eao197@gmail.com>2018-04-24 11:46:00 +0300
commit34257a50ceda0bfa05e59b532f71223b70f39d52 (patch)
tree6dfff9ccf2dc8f26ed4c96e13c4afdd7a33f0767 /ports/benchmark
parent4550e44e7a451ffec9160f74ea9856db40bfa47e (diff)
parentf703f60bd0064c3aeb116982812a3745817d30fe (diff)
downloadvcpkg-34257a50ceda0bfa05e59b532f71223b70f39d52.tar.gz
vcpkg-34257a50ceda0bfa05e59b532f71223b70f39d52.zip
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'ports/benchmark')
-rw-r--r--ports/benchmark/CONTROL2
-rw-r--r--ports/benchmark/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/benchmark/CONTROL b/ports/benchmark/CONTROL
index 5b56de372..9853a1509 100644
--- a/ports/benchmark/CONTROL
+++ b/ports/benchmark/CONTROL
@@ -1,3 +1,3 @@
Source: benchmark
-Version: 1.3.0-1
+Version: 1.4.0
Description: A library to support the benchmarking of functions, similar to unit-tests.
diff --git a/ports/benchmark/portfile.cmake b/ports/benchmark/portfile.cmake
index e76bce6ff..d724bf5ee 100644
--- a/ports/benchmark/portfile.cmake
+++ b/ports/benchmark/portfile.cmake
@@ -16,8 +16,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
- REF v1.3.0
- SHA512 272775e4dbd0ecc65a2a3a64f24e79682b630929dea3af47349329ac8b796341f1197458a67c9aac0e514857ebe7cbc191d18f6fd2c0aea3242562e69d8a6849
+ REF v1.4.0
+ SHA512 4bb5119fe6c0558e5a8b39486169ffcbf24e877ec7f28636dfab1692936b77334f76d28bda2cdada18e5070579da7a5bf0617bfbb6a09848f0b071df8e694d76
HEAD_REF master
)