switch to release version

This commit is contained in:
Jakob Ketterl 2024-01-17 23:53:37 +01:00
parent 6bb26de98f
commit 14763986ea
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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