diff options
| author | Ian Cook <ianmcook@gmail.com> | 2021-08-05 06:01:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 03:01:46 -0700 |
| commit | ba69c09fab296d975ee4f578d070f9c67da21dd5 (patch) | |
| tree | 026899b64419a69d99a42a0373081dfaed178ac1 /versions | |
| parent | d2019e507caf9469d8d5c93bfcd3f6d26548ca12 (diff) | |
| download | vcpkg-ba69c09fab296d975ee4f578d070f9c67da21dd5.tar.gz vcpkg-ba69c09fab296d975ee4f578d070f9c67da21dd5.zip | |
[arrow] Update to 5.0.0 (#19229)
* Bump version to 5.0.0
* Update version files
* Update patches
* Update version files
* Fix patch
* Update version files
* Add newline at end of all.patch
* Update version files
* Unpin utf8proc
* Update version files
* Expect tensorflow-cc build fail
* Remove tensorflow-cc baseline failure
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/arrow.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index d4ea77e4a..904f3430c 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bf5c2b42bb8c4efa09d69a4ce6e75ae3ace45f02", + "version": "5.0.0", + "port-version": 0 + }, + { "git-tree": "09e65930903c5dad92250b8f3f351f06f77f8e30", "version": "4.0.0", "port-version": 1 diff --git a/versions/baseline.json b/versions/baseline.json index c6742dd55..4539f1104 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -165,8 +165,8 @@ "port-version": 3 }, "arrow": { - "baseline": "4.0.0", - "port-version": 1 + "baseline": "5.0.0", + "port-version": 0 }, "ashes": { "baseline": "2021-06-18", |
