Skip to content

Commit e7d0eb3

Browse files
authored
Merge pull request #548 from wader/bump-vvenc-1.12.1
Update vvenc to 1.12.1 from 1.12.0
2 parents 751e99e + 9c514e0 commit e7d0eb3

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
@@ -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
10961096
ARG 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
10981098
RUN \
10991099
wget $WGET_OPTS -O vvenc.tar.gz "$VVENC_URL" && \
11001100
echo "$VVENC_SHA256 vvenc.tar.gz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)