update dependencies

This commit is contained in:
Jakob Ketterl 2022-12-11 20:29:45 +01:00
parent f3a3b9243c
commit a309af40e9
2 changed files with 4 additions and 4 deletions

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 2022-10-12 (cout/cerr cleanup)
cmakebuild owrx_connector 92c088a5f738ba55aff15a9a4d88f8f4f57054eb
# latest develop as of 2022-12-11 (std::endl implicit flushing)
cmakebuild owrx_connector bca362707131289f91441c8080fd368fdc067b6d
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean

View File

@ -25,8 +25,8 @@ apt-get update
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
git clone https://github.com/jketterl/runds_connector.git
# latest develop as of 2022-10-12 (cout/cerr cleanup)
cmakebuild runds_connector c145feeb7ade7b9413519b6b0851677eb684fb93
# latest develop as of 2022-12-11 (std::endl implicit flushing)
cmakebuild runds_connector 06ca993a3c81ddb0a2581b1474895da07752a9e1
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean