From 0715d0d22ac9d7fc3909ed26be4987b639da8402 Mon Sep 17 00:00:00 2001 From: Mengna-Li <543250287@qq.com> Date: Mon, 23 Dec 2024 15:56:13 +0000 Subject: [PATCH] [fastio] update to 2024-12-05 (#42871) Co-authored-by: Mengna-Li --- ports/fastio/portfile.cmake | 4 ++-- ports/fastio/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/f-/fastio.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/fastio/portfile.cmake b/ports/fastio/portfile.cmake index d711474ffb..996f53cd3b 100644 --- a/ports/fastio/portfile.cmake +++ b/ports/fastio/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cppfastio/fast_io - REF 621b461a12af1d4c52d867127753b2bc0b60f946 - SHA512 bdc651a06071d5e9b043d0295396351ef05552e98f80161f6026b0ba32ff6f65397cd95daa1da47e4811b2eb94c12a7d0dd47219385b7278e668bb117128f774 + REF dd78867b7ae27da71c2e6d5d4f543066c301c047 + SHA512 7376b4f2420c6b21d1b81f693a067c43ca16ad3110a53893687e1715acfdfa4d41604fb1d13c1537809a9f14321cfae6829f56a10bdceba72926feb45ec9d0a3 HEAD_REF master ) diff --git a/ports/fastio/vcpkg.json b/ports/fastio/vcpkg.json index 13e39fac29..5af20b1b38 100644 --- a/ports/fastio/vcpkg.json +++ b/ports/fastio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fastio", - "version-date": "2024-07-05", + "version-date": "2024-12-05", "description": "fast_io is an extremely fast C++20 input/output library aiming to replace and . It supports networking, NT apis, pipe, filesystem, winrt hstring, Qt, OpenSSL, cryptography. It is freestanding and it works on any platform, including dos, win95, wasm, linux kernel, windows kernel or your own operating system kernel. It has no dependencies.", "homepage": "https://github.com/cppfastio/fast_io", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index d00eea252d..e0d5237325 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2709,7 +2709,7 @@ "port-version": 0 }, "fastio": { - "baseline": "2024-07-05", + "baseline": "2024-12-05", "port-version": 0 }, "fastlz": { diff --git a/versions/f-/fastio.json b/versions/f-/fastio.json index 64ec40c01c..2579c8c9af 100644 --- a/versions/f-/fastio.json +++ b/versions/f-/fastio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cd9f2c4b531f0fb714e89bd073bbd4d569d47120", + "version-date": "2024-12-05", + "port-version": 0 + }, { "git-tree": "f3dc0fd52b1428bad809920801be9a216fd8e0e8", "version-date": "2024-07-05",