diff options
| author | Niall Douglas <s_github@nedprod.com> | 2021-09-27 20:42:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 12:42:44 -0700 |
| commit | 46700e2a0c6a4e7d93d40da00965d01925b48ef5 (patch) | |
| tree | 26d823e7c0b983b2ac0c9f989a96f5b648f69849 /ports/outcome | |
| parent | 7e94e6d35762949e6de72d9526807006ccc98b57 (diff) | |
| download | vcpkg-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/outcome')
| -rw-r--r-- | ports/outcome/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/outcome/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/outcome/portfile.cmake b/ports/outcome/portfile.cmake index 79dc21b8e..38cf26bf1 100644 --- a/ports/outcome/portfile.cmake +++ b/ports/outcome/portfile.cmake @@ -22,8 +22,8 @@ Outcome depends on QuickCppLib which uses the vcpkg versions of gsl-lite and byt vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ned14/outcome - REF v2.2.0 - SHA512 2391667304c0160b7c753df157c948fa7d7f362c9f7f238fc53b0dcbdabe23f6d481909bb8e267c749af8c5c1a1c5083e91c12365fe1beb9bc70e6287f526879 + REF a86c6b053b86e4fc5d920907b0afb3234bec9336 + SHA512 c282afd7b335fef37ec4c2011bf591d3ffd56872515e8fcbd95714020ab99d141a87a064ecda44bf9308cb4bd1f39977b62303f2cc297918be2f257a36ff5832 HEAD_REF develop PATCHES outcome-prune-sources.patch diff --git a/ports/outcome/vcpkg.json b/ports/outcome/vcpkg.json index 6c0a4e93a..0735c5d09 100644 --- a/ports/outcome/vcpkg.json +++ b/ports/outcome/vcpkg.json @@ -1,7 +1,6 @@ { "name": "outcome", - "version-string": "2.2.0-release", - "port-version": 1, + "version-string": "2.2.2-20210922", "description": "Provides very lightweight outcome<T> and result<T> (non-Boost edition)", "homepage": "https://github.com/ned14/outcome", "supports": "!uwp", |
