Skip to content

Commit

Permalink
[coreml-tools] update to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Feb 18, 2025
1 parent 81a2874 commit c743192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/coreml-tools/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apple/coremltools
REF 8.1
SHA512 666f93eb29abdebba93e686486f4cd92f8e9e1a07e835b8e6cb652e6d0ba3ab2bd62d8743e7b121375abcb5f26939c0ac57f0262c28ac3b3aa8c17b75b93fbfd
HEAD_REF master
REF ${VERSION}
SHA512 4d2e61c39cb23d7cef1942d3117ca644d8046f952c484317e4a30ac2a16c04ea5d6defd029c4a04654a4d02a72c394186835c55d477ee89a1d9010307fa9aa81
HEAD_REF main
PATCHES
fix-cmake.patch
fix-sources.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/coreml-tools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreml-tools",
"version": "8.1",
"version": "8.2",
"description": "Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",
"homepage": "https://coremltools.readme.io/",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit c743192

Please sign in to comment.