mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[reactiveplusplus] update to 0.2.3 (#34674)
* [reactiveplusplus] update to 0.2.3 * [reactiveplusplus] update to 0.2.3
This commit is contained in:
parent
78af68fdcc
commit
a53ad97dd3
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO victimsnino/ReactivePlusPlus
|
||||
REF v0.2.2
|
||||
SHA512 86c374c7523c028528ce985f053901a1f0f37a18c2d16085a60fd5d0819ae052cc3d6bfe6065627044b51e65b24de93399be9ba6f0ca8ec92622358112f1c821
|
||||
REF "v${VERSION}"
|
||||
SHA512 24bc81cf6b26ed994f0740140dedcca2fa794f28e1c59cb6ddb876286a65678dcc849ea7e3ce8d71eb12e1d210eaa2f3e913e0f4e6fc7414e3afaa82c3e0b06a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "reactiveplusplus",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "ReactivePlusPlus is reactive programming library for C++ language",
|
||||
"homepage": "https://github.com/victimsnino/ReactivePlusPlus",
|
||||
"license": "BSL-1.0",
|
||||
|
@ -7265,7 +7265,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"reactiveplusplus": {
|
||||
"baseline": "0.2.2",
|
||||
"baseline": "0.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"readerwriterqueue": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5c5e055740d26b07149cc34e3dc41ef0674844b2",
|
||||
"version": "0.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "352a13ae0dacf015a5c79bbfcaceea5d0a5877cf",
|
||||
"version": "0.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user