File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1093,9 +1093,9 @@ RUN \
10931093# bump: vvenc /VVENC_VERSION=([\d.]+)/ https://github.com/fraunhoferhhi/vvenc.git|*
10941094# bump: vvenc after ./hashupdate Dockerfile VVENC $LATEST
10951095# bump: vvenc link "CHANGELOG" https://github.com/fraunhoferhhi/vvenc/releases/tag/v$LATEST
1096- ARG VVENC_VERSION=1.12.1
1096+ ARG VVENC_VERSION=1.13.0
10971097ARG VVENC_URL="https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v$VVENC_VERSION.tar.gz"
1098- ARG VVENC_SHA256=ba353363779e8f835200f319c801b052a97d592ebc817b52c41bdce093fa2fe2
1098+ ARG VVENC_SHA256=28994435e4f7792cc3a907b1c5f20afd0f7ef1fcd82eee2af7713df7a72422eb
10991099RUN \
11001100 wget $WGET_OPTS -O vvenc.tar.gz "$VVENC_URL" && \
11011101 echo "$VVENC_SHA256 vvenc.tar.gz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments