Skip to content

Commit

Permalink
Merge pull request #350 from wader/bump-libmysofa-1.3.2
Browse files Browse the repository at this point in the history
Update libmysofa to 1.3.2 from 1.3.1
  • Loading branch information
wader authored Oct 15, 2023
2 parents 06c2326 + 039f7f8 commit 56790d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ RUN \
# bump: libmysofa after ./hashupdate Dockerfile LIBMYSOFA $LATEST
# bump: libmysofa link "Release" https://github.com/hoene/libmysofa/releases/tag/v$LATEST
# bump: libmysofa link "Source diff $CURRENT..$LATEST" https://github.com/hoene/libmysofa/compare/v$CURRENT..v$LATEST
ARG LIBMYSOFA_VERSION=1.3.1
ARG LIBMYSOFA_VERSION=1.3.2
ARG LIBMYSOFA_URL="https://github.com/hoene/libmysofa/archive/refs/tags/v$LIBMYSOFA_VERSION.tar.gz"
ARG LIBMYSOFA_SHA256=a8a8cbf7b0b2508a6932278799b9bf5c63d833d9e7d651aea4622f3bc6b992aa
ARG LIBMYSOFA_SHA256=6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76
RUN \
wget $WGET_OPTS -O libmysofa.tar.gz "$LIBMYSOFA_URL" && \
echo "$LIBMYSOFA_SHA256 libmysofa.tar.gz" | sha256sum --status -c - && \
Expand Down

0 comments on commit 56790d8

Please sign in to comment.