diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-05-31 19:58:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 19:58:33 -0700 |
| commit | d4e607a49c5c1ea921c5384ce445ca1fb1638504 (patch) | |
| tree | cb67d178049eb2a09757d87354ab1983211190ef | |
| parent | 9356be6b5ade7056858c92012e58443aec6269d1 (diff) | |
| parent | 08c7264cd5f2c127428290b6b3199cedfd7a7550 (diff) | |
| download | vcpkg-d4e607a49c5c1ea921c5384ce445ca1fb1638504.tar.gz vcpkg-d4e607a49c5c1ea921c5384ce445ca1fb1638504.zip | |
Merge pull request #6699 from grdowns/nrf-ble-driver
[nrf-ble-driver] Update to 4.1.1; Fix system dependencies message
| -rw-r--r-- | ports/nrf-ble-driver/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nrf-ble-driver/portfile.cmake | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/nrf-ble-driver/CONTROL b/ports/nrf-ble-driver/CONTROL index 0386cede5..333907e8b 100644 --- a/ports/nrf-ble-driver/CONTROL +++ b/ports/nrf-ble-driver/CONTROL @@ -1,4 +1,4 @@ Source: nrf-ble-driver
-Version: 4.1.0
+Version: 4.1.1
Description: BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.
Build-Depends: asio, catch2
\ No newline at end of file diff --git a/ports/nrf-ble-driver/portfile.cmake b/ports/nrf-ble-driver/portfile.cmake index 8a642b144..c451ba4d1 100644 --- a/ports/nrf-ble-driver/portfile.cmake +++ b/ports/nrf-ble-driver/portfile.cmake @@ -1,18 +1,18 @@ include(vcpkg_common_functions) -if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux") +if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux") message( - "nrf-ble-driver currently requires the following libraries from the system package manager: - libudev-dev - These can be installed on Ubuntu systems via sudo apt install libudev-dev" +"${PORT} currently requires the following libraries from the system package manager: + libudev-dev +These can be installed on Ubuntu systems via sudo apt install libudev-dev" ) endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO NordicSemiconductor/pc-ble-driver - REF v4.1.0 - SHA512 f8a995826caf4022f68b149d0f3619d1d656e3960a927eda29c634bf06cad8341c95a5b51ec7e50b28814f5332a4800faf88eb5b4e8ebec153f9cad05b3a703e + REF v4.1.1 + SHA512 bb1853993b3f37836a8f7402e5c0452e8423c3a1c6e651cf353025022a32e16c72f06e2266e283c72fa7ddb0da7cf8cecb875a7a7762565599f2908c4858ce8e HEAD_REF master PATCHES 001-arm64-support.patch |
