From 029373df1dbf65f2d8f6db816238395e521ca90d Mon Sep 17 00:00:00 2001 From: Juan Pablo Garibotti Arias Date: Wed, 9 Jul 2025 16:58:32 +0200 Subject: [PATCH] Updated port qvac-lib-inference-addon-cpp to v0.6.1 --- ports/qvac-lib-inference-addon-cpp/portfile.cmake | 2 +- ports/qvac-lib-inference-addon-cpp/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/qvac-lib-inference-addon-cpp/portfile.cmake b/ports/qvac-lib-inference-addon-cpp/portfile.cmake index 713f863..0d062bc 100644 --- a/ports/qvac-lib-inference-addon-cpp/portfile.cmake +++ b/ports/qvac-lib-inference-addon-cpp/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH URL git@github.com:tetherto/qvac-lib-inference-addon-cpp.git - REF 38f1def2ab59f47d4e7171d8883421b2cc4e42a3 + REF 332fea6558b9d2132905231e210b33db716cb07f ) vcpkg_check_features( diff --git a/ports/qvac-lib-inference-addon-cpp/vcpkg.json b/ports/qvac-lib-inference-addon-cpp/vcpkg.json index ba27333..4c5e5a3 100644 --- a/ports/qvac-lib-inference-addon-cpp/vcpkg.json +++ b/ports/qvac-lib-inference-addon-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qvac-lib-inference-addon-cpp", - "version": "0.6.0", + "version": "0.6.1", "dependencies": [ { "name": "vcpkg-cmake",