Skip to content

Commit b66d82f

Browse files
authored
Merge pull request #554 from wader/bump-srt-1.5.4
Update srt to 1.5.4 from 1.5.3
2 parents e0c8dd9 + a0a37ae commit b66d82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,9 @@ RUN \
611611
# bump: srt /SRT_VERSION=([\d.]+)/ https://github.com/Haivision/srt.git|^1
612612
# bump: srt after ./hashupdate Dockerfile SRT $LATEST
613613
# bump: srt link "Release notes" https://github.com/Haivision/srt/releases/tag/v$LATEST
614-
ARG SRT_VERSION=1.5.3
614+
ARG SRT_VERSION=1.5.4
615615
ARG SRT_URL="https://github.com/Haivision/srt/archive/v$SRT_VERSION.tar.gz"
616-
ARG SRT_SHA256=befaeb16f628c46387b898df02bc6fba84868e86a6f6d8294755375b9932d777
616+
ARG SRT_SHA256=d0a8b600fe1b4eaaf6277530e3cfc8f15b8ce4035f16af4a5eb5d4b123640cdd
617617
RUN \
618618
wget $WGET_OPTS -O libsrt.tar.gz "$SRT_URL" && \
619619
echo "$SRT_SHA256 libsrt.tar.gz" | sha256sum -c - && \

0 commit comments

Comments
 (0)