From 2bf7865b9a85079e7a49bab6fe269fec6ea9dcca Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:45:07 +0000 Subject: [PATCH] [Halide] Fix download url (#42282) --- ports/halide/portfile.cmake | 4 ++-- ports/halide/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/h-/halide.json | 5 +++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ports/halide/portfile.cmake b/ports/halide/portfile.cmake index 990096e1f5..ff652f2512 100644 --- a/ports/halide/portfile.cmake +++ b/ports/halide/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO halide/Halide - REF "${VERSION}" - SHA512 286cbef25b5cc0f5095cbc80a2fd1cacf369948c58c14406ac6bcc28a7a37c81417d601975083f03670e22276a1886b8801bdc91aa6fe80049a276a1c8fd08b9 + REF "v${VERSION}" + SHA512 ab684be4cb8bad7b46b8df5271efb37d3675344f689e37b7af1f12f584fba23318ed8f934156a8b99802b86bdebb55fac9cbcca193d58951ae0ace4816e4ec46 HEAD_REF main ) diff --git a/ports/halide/vcpkg.json b/ports/halide/vcpkg.json index 1c9d6470c1..9c9a334497 100644 --- a/ports/halide/vcpkg.json +++ b/ports/halide/vcpkg.json @@ -1,6 +1,7 @@ { "name": "halide", "version": "18.0.0", + "port-version": 1, "description": "Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.", "homepage": "https://github.com/halide/Halide", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index b4f962d2f7..727e3698f5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3430,7 +3430,7 @@ }, "halide": { "baseline": "18.0.0", - "port-version": 0 + "port-version": 1 }, "happly": { "baseline": "2021-03-19", diff --git a/versions/h-/halide.json b/versions/h-/halide.json index 5d0593ff1f..bbe3b8e750 100644 --- a/versions/h-/halide.json +++ b/versions/h-/halide.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "76d0073b1890a4580e23a676a30f8d976ecc719a", + "version": "18.0.0", + "port-version": 1 + }, { "git-tree": "ef0d66c94e06585d576e942fbd63e7a32bfa7e54", "version": "18.0.0",