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 @@ -1092,9 +1092,9 @@ RUN \
10921092# bump: vvenc /VVENC_VERSION=([\d.]+)/ https://github.com/fraunhoferhhi/vvenc.git|*
10931093# bump: vvenc after ./hashupdate Dockerfile VVENC $LATEST
10941094# bump: vvenc link "CHANGELOG" https://github.com/fraunhoferhhi/vvenc/releases/tag/v$LATEST
1095- ARG VVENC_VERSION=1.12.0
1095+ ARG VVENC_VERSION=1.12.1
10961096ARG VVENC_URL="https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v$VVENC_VERSION.tar.gz"
1097- ARG VVENC_SHA256=e7311ffcc87d8fcc4b839807061cca1b89be017ae7c449a69436dc2dd07615c2
1097+ ARG VVENC_SHA256=ba353363779e8f835200f319c801b052a97d592ebc817b52c41bdce093fa2fe2
10981098RUN \
10991099 wget $WGET_OPTS -O vvenc.tar.gz "$VVENC_URL" && \
11001100 echo "$VVENC_SHA256 vvenc.tar.gz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments