mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 15:33:11 +08:00
[cppitertools] update to version 2.1 (#19437)
* update to version 2.1 * Update baseline.json * versioning update to baseline * update baseline and cppitertools json
This commit is contained in:
parent
aa069e6669
commit
e328617514
@ -1,5 +1,5 @@
|
||||
Source: cppitertools
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Homepage: https://github.com/ryanhaining/cppitertools
|
||||
Description: Range-based for loop add-ons inspired by the Python builtins and itertools library
|
||||
Build-Depends: boost-optional
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ryanhaining/cppitertools
|
||||
REF d716cf6c8281ab6383d1fbecb456e0b9d808694c
|
||||
SHA512 47bc490d798b445e965169a754dc977d5add217f133130671301dee6294744fa4b3f7a3b146cbd002c31325e5bc7c2206d57560a6db58693ca13ca972ca09d39
|
||||
REF 539a5be8359c4330b3f88ed1821f32bb5c89f5f6
|
||||
SHA512 cab0cb8a6b711824c13ca013b3349b9decb84f2dab6305bfb1bdd013f7426d5b199c127dadabeaaafc2e7ff6ad442222dd0fffee9aaacfa27d3aeb82c344ae4f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1449,7 +1449,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cppitertools": {
|
||||
"baseline": "2.0",
|
||||
"baseline": "2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cppkafka": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9b4908a6183e914b33014a6b2f640df56e99d9f0",
|
||||
"version-string": "2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6f5ac65e92858f04e97468de01d59b60c0eac058",
|
||||
"version-string": "2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user