Skip to content

Commit baababd

Browse files
authored
[vincentlaucsb-csv-parser] Update to 3.1.0 (#51051)
1 parent 03b9ab9 commit baababd

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

ports/vincentlaucsb-csv-parser/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO vincentlaucsb/csv-parser
66
REF "${VERSION}"
7-
SHA512 197d815ce9a30ba6caee4defa8bc818ca9c329649f220317da9e8b5d8a5f4782b4b4d3d96cefef3e991d43d746d3723a8c7dcafaea6e770651f9a6a8aca1732c
7+
SHA512 409edec53974ba0358932739bf0872ed98e77f402638712e3b44ec6b8a9f1acf8129f27edc8b64129a8f311ac55e29726c58c6e03256c0f67389195195972ad9
88
HEAD_REF master
99
PATCHES
1010
001-fix-cmake.patch

ports/vincentlaucsb-csv-parser/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vincentlaucsb-csv-parser",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A modern C++ library for reading, writing, and analyzing CSV (and similar) files.",
55
"homepage": "https://github.com/vincentlaucsb/csv-parser",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10549,7 +10549,7 @@
1054910549
"port-version": 1
1055010550
},
1055110551
"vincentlaucsb-csv-parser": {
10552-
"baseline": "3.0.0",
10552+
"baseline": "3.1.0",
1055310553
"port-version": 0
1055410554
},
1055510555
"visit-struct": {

versions/v-/vincentlaucsb-csv-parser.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "748651a72b9c64327ed2373d390599bd91988e4a",
5+
"version": "3.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "b38d2a76f5455d0b0770b486dc4afe6c845e5af2",
510
"version": "3.0.0",

0 commit comments

Comments
 (0)