mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 03:49:01 +08:00
[Halide] Fix download url
This commit is contained in:
parent
5742332303
commit
ce78d48358
@ -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
|
||||
)
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user