Skip to content

Commit

Permalink
fix(flic): update flic linux sdk to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Apr 13, 2020
1 parent 8550365 commit da1e9de
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 444 deletions.
4 changes: 2 additions & 2 deletions share/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ RUN set -x \
netcat-openbsd

# Install flicd
ENV FLICD_VERSION 0.5
ENV FLICD_VERSION 2.0.2
RUN apk --no-cache add \
libc6-compat \
&& apk --no-cache add --virtual .flicd-deps \
unzip \
&& curl -fSL "https://github.com/50ButtonsEach/fliclib-linux-hci/archive/$FLICD_VERSION.zip" -o /tmp/flicd.zip \
&& echo "19a9f6e8ceff648d7314c3dacf4e034cf77843cf760efd2bb850ffc53c254e79 */tmp/flicd.zip" | sha256sum -c - \
&& echo "e1da77d45ab77d77d3aba50180d697fcb208a19517cde87b5295fc474fd1e7b6 */tmp/flicd.zip" | sha256sum -c - \
&& unzip -d /tmp /tmp/flicd.zip \
&& mv /tmp/fliclib-linux-hci-$FLICD_VERSION/bin/armv6l/flicd /usr/local/bin/flicd \
&& mkdir /var/lib/flic \
Expand Down
Loading

0 comments on commit da1e9de

Please sign in to comment.