diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index 60acf61..fec5be3 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -207,9 +207,9 @@ make -j $(nproc) install

HackRF

cd /opt/build
-git clone https://github.com/mossmann/hackrf.git
+git clone https://github.com/greatscottgadgets/hackrf.git
 cd hackrf/host
-git reset --hard "v2018.01.1"
+git reset --hard "v2022.09.1"
 mkdir build; cd build
 cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/libhackrf -DINSTALL_UDEV_RULES=OFF ..
 make -j $(nproc) install