diff --git a/README-airt.md b/README-airt.md index 0ee0e00b..be457be0 100644 --- a/README-airt.md +++ b/README-airt.md @@ -76,7 +76,7 @@ $ conda activate anarkiwi-airt install gr-iqtlabs ``` -$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.24 +$ git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.25 $ cd gr-iqtlabs $ mkdir build $ cd build diff --git a/docker/Dockerfile.base b/docker/Dockerfile.base index a1e6204f..5c570881 100644 --- a/docker/Dockerfile.base +++ b/docker/Dockerfile.base @@ -6,7 +6,7 @@ RUN git clone https://github.com/pothosware/SoapyUHD -b soapy-uhd-0.4.1 RUN git clone https://github.com/Nuand/bladeRF.git -b 2023.02 RUN git clone https://github.com/anarkiwi/lime-tools -b samples RUN git clone https://github.com/iqtlabs/uhd_sample_recorder -b v1.0.4 -RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.24 +RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.25 WORKDIR /root/uhd_sample_recorder RUN ./install-deps.sh && ./build.sh WORKDIR /root/uhd_sample_recorder/build