update dependencies, refs #38

This commit is contained in:
Jakob Ketterl 2020-05-16 19:03:48 +02:00
parent 2b4799591f
commit 0a60b505b8
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
cmakebuild owrx_connector 9d72cf1382ed90735632a6d0ef6f820a4758f733
cmakebuild owrx_connector 3ffbdcccbe39a5675fd539d959e64885e521eae6
apk del .build-deps

View File

@ -35,7 +35,7 @@ cmakebuild itpp bb5c7e95f40e8fdb5c3f3d01a84bcbaf76f3676d
git clone https://github.com/jketterl/csdr.git
cd csdr
git checkout fe0b042d9cdc2605a817ca7fdd3a23c48bf07563
git checkout a1424eac3163a8756219608fe509b036bf90b129
make
make install
cd ..