aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/implot/CONTROL2
-rw-r--r--ports/implot/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/implot/CONTROL b/ports/implot/CONTROL
index f887c4579..0f6633b28 100644
--- a/ports/implot/CONTROL
+++ b/ports/implot/CONTROL
@@ -1,5 +1,5 @@
Source: implot
-Version: 0.3-1
+Version: 0.4
Homepage: https://github.com/epezent/implot
Description: Advanced 2D Plotting for Dear ImGui
Build-Depends: imgui
diff --git a/ports/implot/portfile.cmake b/ports/implot/portfile.cmake
index d9b59d430..b783f57ae 100644
--- a/ports/implot/portfile.cmake
+++ b/ports/implot/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO epezent/implot
- REF v0.3
- SHA512 28d25a76b725879ad796249edc87910fec721fcd43b80171947e00c4983a945f82f2b555f1794882b79c96a4497da982dc45695fed5eedcf6009f87c05576817
+ REF v0.4
+ SHA512 ab54a97fcfcdc21c47d56e7e9ba1fbd05ae0f9e8f9bf0bd742e9daa6231931ac0c3a7cb0a1637b254df531b2611b27a301cc9f51d6caa950e20d05ab5fc31247
HEAD_REF master
)