From bbe8dba81318b93171927f35c9a42a66916834ae Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 20 Aug 2020 14:06:58 +0200 Subject: [PATCH] Upgrade libiio to v0.21 and libairspyhf to 1.6.8 in package builds --- external/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 56e180f8f..409ad3b06 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -15,8 +15,8 @@ set(SERIALDV_TAG "v1.1.4") set(DSDCC_TAG "v1.9.0") set(LIMESUITE_TAG "v20.01.0") set(BLADERF_TAG "2019.07") -set(LIBIIO_TAG 826563e41b5ce9890b75506f672017de8d76d52d) -set(AIRSPYHF_TAG "1.1.5") +set(LIBIIO_TAG "v0.21") +set(AIRSPYHF_TAG "1.6.8") set(PERSEUS_TAG afefa23e3140ac79d845acb68cf0beeb86d09028) set(PTHREADS4W_TAG "Version-2-11-0-release")