From e7b81ecf4d1a95123995d6dd4b1d6690678f62a0 Mon Sep 17 00:00:00 2001 From: Jim-Wang Date: Mon, 13 Jan 2025 02:36:54 +0000 Subject: [PATCH] udpate wpilib to 2025-2-1 --- ports/wpilib/portfile.cmake | 2 +- ports/wpilib/vcpkg.json | 2 +- versions/w-/wpilib.json | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ports/wpilib/portfile.cmake b/ports/wpilib/portfile.cmake index 1d37b7885aebb0..70789bde931579 100644 --- a/ports/wpilib/portfile.cmake +++ b/ports/wpilib/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO wpilibsuite/allwpilib REF "v${formatted_date}" - SHA512 ce62bb225132aba6f22d45fce8a1a3f55d92a61a61187efd09d47a0e0c351125949ed41cc5cee0d69b5bb5b71baacfa45a9e19a33f7e69d3ae63a11e47257da4 + SHA512 729ab66a39725551e36bce26ffb6dd9f40f941f432322e9733f4652dae294dafe2544647c6f05c7f301955429b1aca8549f5b7f17bacd50524bfe1ad4ae1d2ee PATCHES fix-build-error-with-fmt11.patch fix-dep.patch diff --git a/ports/wpilib/vcpkg.json b/ports/wpilib/vcpkg.json index 405fae71095673..25044e15d6fbfb 100644 --- a/ports/wpilib/vcpkg.json +++ b/ports/wpilib/vcpkg.json @@ -1,6 +1,6 @@ { "name": "wpilib", - "version-date": "2024-03-02", + "version-date": "2025-02-01", "description": "WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.", "homepage": "https://github.com/wpilibsuite/allwpilib", "license": null, diff --git a/versions/w-/wpilib.json b/versions/w-/wpilib.json index af741a50cb84a4..ebaaa231346ada 100644 --- a/versions/w-/wpilib.json +++ b/versions/w-/wpilib.json @@ -1,10 +1,5 @@ { "versions": [ - { - "git-tree": "8535327fa077877c9b9b1e180596fa39efde3194", - "version-date": "2024-03-02", - "port-version": 0 - }, { "git-tree": "2fcd17f46e3a3690ef340ba7da121efac75e28cc", "version-date": "2023-08-24",