aboutsummaryrefslogtreecommitdiff
path: root/ports/llfio
diff options
context:
space:
mode:
authorNiall Douglas <s_github@nedprod.com>2021-09-27 20:42:44 +0100
committerGitHub <noreply@github.com>2021-09-27 12:42:44 -0700
commit46700e2a0c6a4e7d93d40da00965d01925b48ef5 (patch)
tree26d823e7c0b983b2ac0c9f989a96f5b648f69849 /ports/llfio
parent7e94e6d35762949e6de72d9526807006ccc98b57 (diff)
downloadvcpkg-46700e2a0c6a4e7d93d40da00965d01925b48ef5.tar.gz
vcpkg-46700e2a0c6a4e7d93d40da00965d01925b48ef5.zip
[ned14-internal-quickcpplib/llfio/outcome] Update to latest release (#20171)
* Update ned14-internal-quickcpplib and LLFIO to latest matching Outcome v2.2.1 (bugfixed) release. * Implement suggested changes during review. Update Outcome and LLFIO to latest. * Re x-add-version. * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/llfio')
-rw-r--r--ports/llfio/portfile.cmake4
-rw-r--r--ports/llfio/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/llfio/portfile.cmake b/ports/llfio/portfile.cmake
index 03844f75e..569af09f8 100644
--- a/ports/llfio/portfile.cmake
+++ b/ports/llfio/portfile.cmake
@@ -6,8 +6,8 @@ LLFIO depends on Outcome which depends on QuickCppLib which uses the vcpkg versi
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ned14/llfio
- REF 565f27555d13ce2a37346d838f32e03e1972aac1
- SHA512 386007d03c3923e79bb1b80b1b750ae738bbc22aa5124c606cc5e7818f57a4b819bb920257c9aca39765a4a8b93d2528b4a956c53b96bd8db3b8d4a54a851e41
+ REF 721503d32fe35dbaa93bde0214ae8cd3799d14b8
+ SHA512 b017a0fddcd3e53c22d9863454e7ad4ce364d9e4fa46cd909ceb395df57052b5d4334081a3405e1248452863c451c3174dc7eaab70907dc8d22f4db67930cbd5
HEAD_REF develop
)
diff --git a/ports/llfio/vcpkg.json b/ports/llfio/vcpkg.json
index 8f343387c..318b32816 100644
--- a/ports/llfio/vcpkg.json
+++ b/ports/llfio/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "llfio",
- "version-string": "2.0",
- "port-version": 20210421,
+ "version-string": "2.0-20210922",
"description": "P1031 low level file i/o and filesystem library for the C++ standard",
"homepage": "https://github.com/ned14/llfio",
"supports": "!(uwp | static)",