update connector with 32bit fixes

This commit is contained in:
Jakob Ketterl 2021-01-31 23:05:36 +01:00
parent 3c91f3cc2f
commit 081b63def3

View File

@ -24,8 +24,8 @@ apt-get update
apt-get -y install --no-install-recommends $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
# latest develop as of 2020-11-28 (int32 samples; debhelper)
cmakebuild owrx_connector 87a2fcc54e221aad71ec0700737ca7f385c388de
# latest develop as of 2021-01-31 (fix for 32bit overflows)
cmakebuild owrx_connector 47872fada2871b4b8ee8ba7ca1e8c98a2340be2b
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean