aboutsummaryrefslogtreecommitdiff
path: root/ports/fplus
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-03-11 03:46:44 +0800
committerGitHub <noreply@github.com>2021-03-10 13:46:44 -0600
commit1eb9348a3aae437b7a9dd6504b2e6209d613a119 (patch)
tree8033aed3f5bffb335d1362e92a5ed1877e54ff41 /ports/fplus
parentf1d190a874b72196a247c9037444fab4ec63f5a8 (diff)
downloadvcpkg-1eb9348a3aae437b7a9dd6504b2e6209d613a119.tar.gz
vcpkg-1eb9348a3aae437b7a9dd6504b2e6209d613a119.zip
[fplus] update to v0.2.13-p0 (#16510)
* [fplus] update to v0.2.13-p0 * update version
Diffstat (limited to 'ports/fplus')
-rw-r--r--ports/fplus/CONTROL4
-rw-r--r--ports/fplus/portfile.cmake4
-rw-r--r--ports/fplus/vcpkg.json6
3 files changed, 8 insertions, 6 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"
+}