From 3265c187c74914aa5569b75355badebfdbab7987 Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:38:03 -0700 Subject: [PATCH] [itk] Fix download failure (#34533) * [itk] Fix download failure * update version * remove port-version * update version --------- Co-authored-by: vzhli17 --- ports/itk/portfile.cmake | 4 ++-- ports/itk/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/i-/itk.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/itk/portfile.cmake b/ports/itk/portfile.cmake index c1fda38e51581e..3604a1db86431c 100644 --- a/ports/itk/portfile.cmake +++ b/ports/itk/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO InsightSoftwareConsortium/ITK - REF v5.3-rc02 - SHA512 fe703bc6ed681cb9983d7d6e21c8ffa7650337e470c09a7241de58a463c23e315516b1a81a18c14f682706056a0ec66932b63d2e24945bdcea03169bc1122bb2 + REF "v${VERSION}" + SHA512 48e38864d7cd20b4ff23cfca1a29b4cbf453ce842e037ca473ce5c7e9a5b1c0bf6b12e4c544c812bff2b4bb9feca409587175b6570929c9ac172cb4402d679da HEAD_REF master PATCHES double-conversion.patch diff --git a/ports/itk/vcpkg.json b/ports/itk/vcpkg.json index 060fb32c850698..24ace7568eb606 100644 --- a/ports/itk/vcpkg.json +++ b/ports/itk/vcpkg.json @@ -1,7 +1,6 @@ { "name": "itk", - "version": "5.3-rc02", - "port-version": 6, + "version-string": "5.3rc02", "description": "Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis.", "homepage": "https://github.com/InsightSoftwareConsortium/ITK", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 5c4b9c1139fe9d..4a68d6096fd065 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3529,8 +3529,8 @@ "port-version": 0 }, "itk": { - "baseline": "5.3-rc02", - "port-version": 6 + "baseline": "5.3rc02", + "port-version": 0 }, "itpp": { "baseline": "4.3.1", diff --git a/versions/i-/itk.json b/versions/i-/itk.json index bf4d9c7fd153fc..924de2af6fd062 100644 --- a/versions/i-/itk.json +++ b/versions/i-/itk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b74bb68b58026e759112afb8155d44650cee24b4", + "version-string": "5.3rc02", + "port-version": 0 + }, { "git-tree": "9da4bc8949edd65bc3e0afa8e694480e330f5f40", "version": "5.3-rc02",