diff --git a/docker/scripts/install-dependencies-rtlsdr-soapy.sh b/docker/scripts/install-dependencies-rtlsdr-soapy.sh index 9cea76f0..79077147 100755 --- a/docker/scripts/install-dependencies-rtlsdr-soapy.sh +++ b/docker/scripts/install-dependencies-rtlsdr-soapy.sh @@ -25,8 +25,7 @@ apt-get update apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES git clone https://github.com/osmocom/rtl-sdr.git -# latest from master as of 2023-09-13 (integration of rtlsdr blog v4 dongle) -cmakebuild rtl-sdr 1261fbb285297da08f4620b18871b6d6d9ec2a7b +cmakebuild rtl-sdr v2.0.1 git clone https://github.com/pothosware/SoapyRTLSDR.git # latest from master as of 2023-09-13 diff --git a/docker/scripts/install-dependencies-rtlsdr.sh b/docker/scripts/install-dependencies-rtlsdr.sh index 5501a670..ccaa5382 100755 --- a/docker/scripts/install-dependencies-rtlsdr.sh +++ b/docker/scripts/install-dependencies-rtlsdr.sh @@ -25,8 +25,7 @@ apt-get update apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES git clone https://github.com/osmocom/rtl-sdr.git -# latest from master as of 2023-09-13 (integration of rtlsdr blog v4 dongle) -cmakebuild rtl-sdr 1261fbb285297da08f4620b18871b6d6d9ec2a7b +cmakebuild rtl-sdr v2.0.1 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean