diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-11 03:46:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 13:46:44 -0600 |
| commit | 1eb9348a3aae437b7a9dd6504b2e6209d613a119 (patch) | |
| tree | 8033aed3f5bffb335d1362e92a5ed1877e54ff41 | |
| parent | f1d190a874b72196a247c9037444fab4ec63f5a8 (diff) | |
| download | vcpkg-1eb9348a3aae437b7a9dd6504b2e6209d613a119.tar.gz vcpkg-1eb9348a3aae437b7a9dd6504b2e6209d613a119.zip | |
[fplus] update to v0.2.13-p0 (#16510)
* [fplus] update to v0.2.13-p0
* update version
| -rw-r--r-- | ports/fplus/CONTROL | 4 | ||||
| -rw-r--r-- | ports/fplus/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/fplus/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fplus.json | 5 |
5 files changed, 14 insertions, 7 deletions
diff --git a/ports/fplus/CONTROL b/ports/fplus/CONTROL deleted file mode 100644 index 10c95ac63..000000000 --- a/ports/fplus/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: fplus
-Version: 0.2.3-p0
-Description: Functional Programming Library for C++. Write concise and readable C++ code.
-Homepage: https://github.com/Dobiasd/FunctionalPlus
\ No newline at end of file diff --git a/ports/fplus/portfile.cmake b/ports/fplus/portfile.cmake index 4dfc776a4..486c7bb46 100644 --- a/ports/fplus/portfile.cmake +++ b/ports/fplus/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Dobiasd/FunctionalPlus
- REF v0.2.3-p0
- SHA512 99fe07e68cd5630b9b243670778772f396cabb89845fb3ae5105884fab1cdbb7fae4080f57d0aea4d9282f84036572c0dd1e4b9602997dec4171a90b98416759
+ REF 916abce0787da6c6c373d06c453a2cd684594dc2 #v0.2.13-p0
+ SHA512 40aa090fc96794e1255416fba84b4afae6b52fe66dc9b810d863da78f387238054e743ba775921b1387b10b00ce6d1500df97806018181f26fcbc925758ef0f6
HEAD_REF master
)
diff --git a/ports/fplus/vcpkg.json b/ports/fplus/vcpkg.json new file mode 100644 index 000000000..6f40283c0 --- /dev/null +++ b/ports/fplus/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "fplus", + "version-semver": "0.2.13-p0", + "description": "Functional Programming Library for C++. Write concise and readable C++ code", + "homepage": "https://github.com/Dobiasd/FunctionalPlus" +} diff --git a/versions/baseline.json b/versions/baseline.json index 924ce81e8..08a43c344 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2021,7 +2021,7 @@ "port-version": 0 }, "fplus": { - "baseline": "0.2.3-p0", + "baseline": "0.2.13-p0", "port-version": 0 }, "freeglut": { diff --git a/versions/f-/fplus.json b/versions/f-/fplus.json index dcf18dfb9..d4e5d80e3 100644 --- a/versions/f-/fplus.json +++ b/versions/f-/fplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3c2d60588fe82f0001bd8bdf1a7b765c7e51eb6d", + "version-semver": "0.2.13-p0", + "port-version": 0 + }, + { "git-tree": "20f3419dc98addfb673ee94bc256aed778dfc568", "version-string": "0.2.3-p0", "port-version": 0 |
