Skip to content

Commit

Permalink
[itk] Fix download failure (microsoft#34533)
Browse files Browse the repository at this point in the history
* [itk] Fix download failure

* update version

* remove port-version

* update version

---------

Co-authored-by: vzhli17 <[email protected]>
  • Loading branch information
JonLiu1993 and vzhli17 authored Oct 23, 2023
1 parent f31f2c7 commit 3265c18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/itk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions ports/itk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/itk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b74bb68b58026e759112afb8155d44650cee24b4",
"version-string": "5.3rc02",
"port-version": 0
},
{
"git-tree": "9da4bc8949edd65bc3e0afa8e694480e330f5f40",
"version": "5.3-rc02",
Expand Down

0 comments on commit 3265c18

Please sign in to comment.