From 42afe8e19efaac2be63e80c5bc16c04a02046a46 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 18 Nov 2024 20:12:48 +0800 Subject: [PATCH] chore: update fastdeploy --- vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake | 6 +++--- vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json | 7 +++---- vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json | 2 +- vcpkg.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake b/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake index 79774ce..4791f84 100644 --- a/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake +++ b/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO MaaAssistantArknights/FastDeploy - REF 2896b6d3641c18218209c496ea149a773373fa8b - SHA512 2d8a9072763b9ccf7968dd43aa0077fcf45659caa1f90db7af6b1cbf7a74872729625a74faefee09b655ff9ec17fe9f589935335f3c393412e9e9b93feef8a1f + REPO MaaXYZ/FastDeploy + REF 0828ea940ae32ba24e9a392e59d9d6fd2513d2ef + SHA512 b8c7b1789496019dc260359877192bad5abb0ac0c2ceabf0b8fc8c92291d78b25ff1b6ce9c70e915bfd718dda22f3e8b2fdf94752520be852ee787218e404786 ) vcpkg_cmake_configure( diff --git a/vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json b/vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json index c71ca18..4dde6aa 100644 --- a/vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json +++ b/vcpkg-overlay/ports/maa-fastdeploy/vcpkg.json @@ -1,9 +1,8 @@ { "name": "maa-fastdeploy", - "version": "2024-05-29", - "port-version": 1, - "description": "derp learning routines", - "homepage": "https://github.com/MaaAssistantArknights/FastDeploy", + "version": "1.0.7", + "port-version": 3, + "homepage": "https://github.com/PaddlePaddle/FastDeploy", "license": "Apache-2.0", "supports": "!uwp", "dependencies": [ diff --git a/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json b/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json index 9988557..aa53aeb 100644 --- a/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json +++ b/vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json @@ -1,6 +1,6 @@ { "name": "maa-onnxruntime", -"version-semver": "1.19.2", + "version-semver": "1.19.2", "description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator", "homepage": "https://onnxruntime.ai/", "license": "MIT", diff --git a/vcpkg.json b/vcpkg.json index 49e0f52..eddae59 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "maa-meta", - "version": "2024-07-31", + "version": "2.6.6", "description": "meta manifest that tracks dependencies for MaaFramework", "homepage": "https://github.com/MaaXYZ/MaaDeps", "license": null,