[Halide] Fix download url

This commit is contained in:
FrankXie 2024-11-21 08:59:03 +00:00
parent 5742332303
commit ce78d48358
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO halide/Halide
REF "${VERSION}"
REF "v${VERSION}"
SHA512 286cbef25b5cc0f5095cbc80a2fd1cacf369948c58c14406ac6bcc28a7a37c81417d601975083f03670e22276a1886b8801bdc91aa6fe80049a276a1c8fd08b9
HEAD_REF main
)

View File

@ -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",