Skip to content

Commit 0239071

Browse files
authored
Merge pull request #799 from wader/bump-srt-1.5.7
Update srt to 1.5.7 from 1.5.6
2 parents 914ba06 + 3587348 commit 0239071

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ RUN \
604604
# bump: srt /SRT_VERSION=([\d.]+)/ https://github.com/Haivision/srt.git|^1
605605
# bump: srt after ./hashupdate Dockerfile SRT $LATEST
606606
# bump: srt link "Release notes" https://github.com/Haivision/srt/releases/tag/v$LATEST
607-
ARG SRT_VERSION=1.5.6
607+
ARG SRT_VERSION=1.5.7
608608
ARG SRT_URL="https://github.com/Haivision/srt/archive/v$SRT_VERSION.tar.gz"
609-
ARG SRT_SHA256=2c4980c2c4cfd142d21b829d939dc51db9c6628af5967fff62fd7290769569c7
609+
ARG SRT_SHA256=fee6aee6b4933f01ba8b7e18d5d9e4896ad604053fdad2ac55df4a4f1561f30a
610610
RUN \
611611
wget $WGET_OPTS -O libsrt.tar.gz "$SRT_URL" && \
612612
echo "$SRT_SHA256 libsrt.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)