update to latest versions from the homepage

This commit is contained in:
Jakob Ketterl 2020-05-24 14:59:11 +02:00
parent d2be712de8
commit 048210d7da

View File

@ -28,13 +28,13 @@ ARCH=$(uname -m)
case $ARCH in
x86_64)
BINARY=SDRplay_RSP_API-Linux-3.06.1.run
BINARY=SDRplay_RSP_API-Linux-3.07.1.run
;;
armv*)
BINARY=SDRplay_RSP_API-ARM32-3.06.1.run
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
;;
aarch64)
BINARY=SDRplay_RSP_API-ARM64-3.06.1.run
BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
;;
esac