mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +08:00
[fplus] update to v0.2.13-p0 (#16510)
* [fplus] update to v0.2.13-p0 * update version
This commit is contained in:
parent
f1d190a874
commit
1eb9348a3a
@ -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
|
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Dobiasd/FunctionalPlus
|
REPO Dobiasd/FunctionalPlus
|
||||||
REF v0.2.3-p0
|
REF 916abce0787da6c6c373d06c453a2cd684594dc2 #v0.2.13-p0
|
||||||
SHA512 99fe07e68cd5630b9b243670778772f396cabb89845fb3ae5105884fab1cdbb7fae4080f57d0aea4d9282f84036572c0dd1e4b9602997dec4171a90b98416759
|
SHA512 40aa090fc96794e1255416fba84b4afae6b52fe66dc9b810d863da78f387238054e743ba775921b1387b10b00ce6d1500df97806018181f26fcbc925758ef0f6
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
6
ports/fplus/vcpkg.json
Normal file
6
ports/fplus/vcpkg.json
Normal file
@ -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"
|
||||||
|
}
|
@ -2021,7 +2021,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"fplus": {
|
"fplus": {
|
||||||
"baseline": "0.2.3-p0",
|
"baseline": "0.2.13-p0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"freeglut": {
|
"freeglut": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3c2d60588fe82f0001bd8bdf1a7b765c7e51eb6d",
|
||||||
|
"version-semver": "0.2.13-p0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "20f3419dc98addfb673ee94bc256aed778dfc568",
|
"git-tree": "20f3419dc98addfb673ee94bc256aed778dfc568",
|
||||||
"version-string": "0.2.3-p0",
|
"version-string": "0.2.3-p0",
|
||||||
|
Loading…
Reference in New Issue
Block a user