From dc42aed1607d550c2a4abd630fe57440dacf791c Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 26 Dec 2025 00:06:15 +0900 Subject: [PATCH] [plf-nanotimer] update to 1.0.8 (#49090) --- ports/plf-nanotimer/portfile.cmake | 4 ++-- ports/plf-nanotimer/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/p-/plf-nanotimer.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/plf-nanotimer/portfile.cmake b/ports/plf-nanotimer/portfile.cmake index c02495d730..567d8998fc 100644 --- a/ports/plf-nanotimer/portfile.cmake +++ b/ports/plf-nanotimer/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mattreecebentley/plf_nanotimer - REF bc8b44d2befc4395f63701c923ece89835d8415c - SHA512 ec816e82ab855dd7029b03931ffb1e945d3e77f7bb446c4985c4a8404afe20e9de8fac02f64459c47c34e31c06fa8838dba310263197d309e39ec1b0b5da0b6d + REF 344c8e6f87e2ee924e4b0ae7ed71803a0ce75981 # v1.0.8 + SHA512 11db9b5fb818ad639f6e9076aa29c322ae24d9b071e72df54086a30b77cca3c2020fcb5f120fa56ef7712a7e5ba1db63bc191648499bae87a1b662a076ca8d39 HEAD_REF master ) diff --git a/ports/plf-nanotimer/vcpkg.json b/ports/plf-nanotimer/vcpkg.json index 8d4b15c71e..40788ca82f 100644 --- a/ports/plf-nanotimer/vcpkg.json +++ b/ports/plf-nanotimer/vcpkg.json @@ -1,7 +1,6 @@ { "name": "plf-nanotimer", - "version-date": "2019-08-10", - "port-version": 2, + "version": "1.0.8", "description": "A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking", "homepage": "https://www.plflib.org/" } diff --git a/versions/baseline.json b/versions/baseline.json index deb9887f66..eb1b9a7fd9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7633,8 +7633,8 @@ "port-version": 0 }, "plf-nanotimer": { - "baseline": "2019-08-10", - "port-version": 2 + "baseline": "1.0.8", + "port-version": 0 }, "plf-queue": { "baseline": "2.2", diff --git a/versions/p-/plf-nanotimer.json b/versions/p-/plf-nanotimer.json index 3d2c5961fb..f76e50282e 100644 --- a/versions/p-/plf-nanotimer.json +++ b/versions/p-/plf-nanotimer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b29ec0bb467ac19fe6de501ee4ebd64f17280f1", + "version": "1.0.8", + "port-version": 0 + }, { "git-tree": "13a0687d35296ff50a7db2cea6f3d1f13616036c", "version-date": "2019-08-10",