mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[lager] update to latest (#23588)
* [lager] update to latest * Update version in ports/lager/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * add version * fix versions * update version * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
5220969a9f
commit
9dab8ec699
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO arximboldi/lager
|
REPO arximboldi/lager
|
||||||
REF 5924508df1e08752274404818c460c80f0666bb8
|
REF c87a4c7fd0368bea346f41191b8bc0b54a3e9d80
|
||||||
SHA512 ee186b82dd1d729454c61207b48fb80ac8a861511ff501fab499aff5d3ba123ca669f89bdbbd37f120af6dc11a651ba6c163250b5ca94e6290657a35870618d7
|
SHA512 788586078fdc07f0bd899148ddb0ad255fc6e18254901de65c2d1e43f9637ed8a8c121e8d0d26f043e86c7764ea1ff6ce323a791ba7d577589b4c80a329619d4
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lager",
|
"name": "lager",
|
||||||
"version-date": "2021-06-17",
|
"version-date": "2022-02-21",
|
||||||
"port-version": 1,
|
|
||||||
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
|
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
|
||||||
"homepage": "https://sinusoid.es/lager/",
|
"homepage": "https://sinusoid.es/lager/",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -3281,8 +3281,8 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"lager": {
|
"lager": {
|
||||||
"baseline": "2021-06-17",
|
"baseline": "2022-02-21",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"lapack": {
|
"lapack": {
|
||||||
"baseline": "2022-02-22",
|
"baseline": "2022-02-22",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8dd0744209e866c731522176fdcdf056fcbb853f",
|
||||||
|
"version-date": "2022-02-21",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "c65b1f179b9d6fe4048cf44f3186de7a0332742f",
|
"git-tree": "c65b1f179b9d6fe4048cf44f3186de7a0332742f",
|
||||||
"version-date": "2021-06-17",
|
"version-date": "2021-06-17",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user