[boolinq] update to 3.0.1 (2020-07-29) (#17495)

* [boolinq] update to 3.0.1 (2020-07-29)
This commit is contained in:
JonLiu1993 2021-04-29 04:51:46 +08:00 committed by GitHub
parent 05f715e6d0
commit 7c27548533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 7 deletions

View File

@ -1,4 +0,0 @@
Source: boolinq
Version: 2019-07-22
Description: Super tiny C++11 single-file header-only LINQ library
Homepage: https://github.com/k06a/boolinq

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO k06a/boolinq
REF 1d09dc8b3df79801062e5c0e758572552fa4ce98
SHA512 0714a97d09bb8299d39062803a8cd5de28834c372f7826afc36e17ea6aa90d2ec368d5bbb907914ad1ca5a65be41a5caeaa1583f66358577d7ea88d3c0906238
REF d8456eae92508d8a14fb209e8aa6dc1a1ae6b56d #v3.0.1
SHA512 587d91c05cc2f3a900c2614832fe61f4c60b0ffe8ca3af273736ef7eaf6aa57185b9aa62906bf7d26beffd1fad3790b49107fe68c72d924509ca744212fdaee1
HEAD_REF master
)

6
ports/boolinq/vcpkg.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "boolinq",
"version": "3.0.1",
"description": "Super tiny C++11 single-file header-only LINQ library",
"homepage": "https://github.com/k06a/boolinq"
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6c818ffded6676e523656e7ae145bfe6e6bf9220",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "29ffea33c381e00d2728bc3cb97fbbc0b669547a",
"version-string": "2019-07-22",

View File

@ -413,7 +413,7 @@
"port-version": 0
},
"boolinq": {
"baseline": "2019-07-22",
"baseline": "3.0.1",
"port-version": 0
},
"boost": {