update sdrplay to 3.14

This commit is contained in:
Jakob Ketterl 2024-02-20 02:23:17 +01:00
parent a428d2ec58
commit 159a835806
2 changed files with 21 additions and 23 deletions

View file

@ -27,15 +27,12 @@ apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
ARCH=$(uname -m)
case $ARCH in
x86_64)
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
x86_64|aarch64)
BINARY=SDRplay_RSP_API-Linux-3.14.0.run
;;
armv*)
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
;;
aarch64)
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
;;
esac
wget --no-http-keep-alive https://www.sdrplay.com/software/$BINARY