[implot] Fix download hash (#33020)

This commit is contained in:
jim wang 2023-08-09 02:31:44 +08:00 committed by GitHub
parent 3a30230788
commit 8f1c30f38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO epezent/implot REPO epezent/implot
REF v${VERSION} REF v${VERSION}
SHA512 75d5f7e429aaf6eaa3a7eaedf5bcb54ac78fd04121baa8d0fff76bf9a87a52bd27f59bc07df7f81807619f75f570e1f5be70f35a34376f7e7b1f0bf0722b899a SHA512 07e45da79db20f12cd17e3510e0b67085f16865ec27e119cb9faa8037a815c1bc246a9dec11805e031f00a131afbacb6c9ca8a28d1115c4e1365dd941987fc80
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,7 @@
{ {
"name": "implot", "name": "implot",
"version": "0.15", "version": "0.15",
"port-version": 1,
"description": "Advanced 2D Plotting for Dear ImGui", "description": "Advanced 2D Plotting for Dear ImGui",
"homepage": "https://github.com/epezent/implot", "homepage": "https://github.com/epezent/implot",
"license": "MIT", "license": "MIT",

View File

@ -3390,7 +3390,7 @@
}, },
"implot": { "implot": {
"baseline": "0.15", "baseline": "0.15",
"port-version": 0 "port-version": 1
}, },
"indicators": { "indicators": {
"baseline": "2.3", "baseline": "2.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "8cd7aca733072549426cfb1e309c4831340713b1",
"version": "0.15",
"port-version": 1
},
{ {
"git-tree": "67023cbc6fc4301549ef49fa263c70995d693cf5", "git-tree": "67023cbc6fc4301549ef49fa263c70995d693cf5",
"version": "0.15", "version": "0.15",