diff options
| author | Thad House <ThadHouse@users.noreply.github.com> | 2020-08-13 13:34:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 13:34:09 -0700 |
| commit | 5bb91a9452c2155e8ccd69c88629af24507249d4 (patch) | |
| tree | 52312079e53144d5ee79cce63d5fc5b272fafc89 /ports/wpilib/CONTROL | |
| parent | e1a0367273a71a6dd9826b5b177ffc302dafcaaa (diff) | |
| download | vcpkg-5bb91a9452c2155e8ccd69c88629af24507249d4.tar.gz vcpkg-5bb91a9452c2155e8ccd69c88629af24507249d4.zip | |
[wpilib] Update to 2020.3.2 (#12373)
* Update wpilib port to 2020.3.2
Latest 2020 release
* Fix review comments
Diffstat (limited to 'ports/wpilib/CONTROL')
| -rw-r--r-- | ports/wpilib/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/wpilib/CONTROL b/ports/wpilib/CONTROL index deef611ea..913521505 100644 --- a/ports/wpilib/CONTROL +++ b/ports/wpilib/CONTROL @@ -1,8 +1,9 @@ Source: wpilib
-Version: 2020.1.1
+Version: 2020.3.2
Homepage: https://github.com/wpilibsuite/allwpilib
Build-Depends: eigen3, libuv
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.
+Supports: !osx
Feature: cameraserver
Build-Depends: opencv
|
