mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[Halide] Fix download url (#42282)
This commit is contained in:
parent
1a87701278
commit
2bf7865b9a
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO halide/Halide
|
REPO halide/Halide
|
||||||
REF "${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 286cbef25b5cc0f5095cbc80a2fd1cacf369948c58c14406ac6bcc28a7a37c81417d601975083f03670e22276a1886b8801bdc91aa6fe80049a276a1c8fd08b9
|
SHA512 ab684be4cb8bad7b46b8df5271efb37d3675344f689e37b7af1f12f584fba23318ed8f934156a8b99802b86bdebb55fac9cbcca193d58951ae0ace4816e4ec46
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "halide",
|
"name": "halide",
|
||||||
"version": "18.0.0",
|
"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.",
|
"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",
|
"homepage": "https://github.com/halide/Halide",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -3430,7 +3430,7 @@
|
|||||||
},
|
},
|
||||||
"halide": {
|
"halide": {
|
||||||
"baseline": "18.0.0",
|
"baseline": "18.0.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"happly": {
|
"happly": {
|
||||||
"baseline": "2021-03-19",
|
"baseline": "2021-03-19",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "76d0073b1890a4580e23a676a30f8d976ecc719a",
|
||||||
|
"version": "18.0.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ef0d66c94e06585d576e942fbd63e7a32bfa7e54",
|
"git-tree": "ef0d66c94e06585d576e942fbd63e7a32bfa7e54",
|
||||||
"version": "18.0.0",
|
"version": "18.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user