[fplus] update to 0.2.23 (#36999)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Jia Yue Hua 2024-02-29 08:40:50 +08:00 committed by GitHub
parent 5ba79678e9
commit 0a7eaf1552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Dobiasd/FunctionalPlus
REF "v${VERSION}"
SHA512 399ff3012efd49e8617a0ae275e72bf13e87380e830f6ceb56f85fcda948d4ef252c5aa48f48f0a4a015874015d6e8ff442ac9395d523b4c946a01c17f2bd1b9
SHA512 025216c9b054b581d2be2c6bf3a9ebf906cce436875d3f7246fdd85f06fe0f29ece9b4dbe3f25228cd329cce36e95aa73fc406fb1bbdd0ee1a6bc30bf95ecf76
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "fplus",
"version": "0.2.22",
"version": "0.2.23",
"description": "Functional Programming Library for C++. Write concise and readable C++ code",
"homepage": "https://github.com/Dobiasd/FunctionalPlus",
"license": "BSL-1.0",

View File

@ -2789,7 +2789,7 @@
"port-version": 2
},
"fplus": {
"baseline": "0.2.22",
"baseline": "0.2.23",
"port-version": 0
},
"freealut": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "402c97c95b5a67356eb96cfbf9cdb748cb8f497e",
"version": "0.2.23",
"port-version": 0
},
{
"git-tree": "754768124cbee8d04ff59b7401e071dec918a487",
"version": "0.2.22",