mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
[implot] Fix download hash (#33020)
This commit is contained in:
parent
3a30230788
commit
8f1c30f38f
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO epezent/implot
|
||||
REF v${VERSION}
|
||||
SHA512 75d5f7e429aaf6eaa3a7eaedf5bcb54ac78fd04121baa8d0fff76bf9a87a52bd27f59bc07df7f81807619f75f570e1f5be70f35a34376f7e7b1f0bf0722b899a
|
||||
SHA512 07e45da79db20f12cd17e3510e0b67085f16865ec27e119cb9faa8037a815c1bc246a9dec11805e031f00a131afbacb6c9ca8a28d1115c4e1365dd941987fc80
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "implot",
|
||||
"version": "0.15",
|
||||
"port-version": 1,
|
||||
"description": "Advanced 2D Plotting for Dear ImGui",
|
||||
"homepage": "https://github.com/epezent/implot",
|
||||
"license": "MIT",
|
||||
|
@ -3390,7 +3390,7 @@
|
||||
},
|
||||
"implot": {
|
||||
"baseline": "0.15",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"indicators": {
|
||||
"baseline": "2.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8cd7aca733072549426cfb1e309c4831340713b1",
|
||||
"version": "0.15",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "67023cbc6fc4301549ef49fa263c70995d693cf5",
|
||||
"version": "0.15",
|
||||
|
Loading…
Reference in New Issue
Block a user