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 @@ -1071,9 +1071,9 @@ RUN \
10711071# bump: libvpl /LIBVPL_VERSION=([\d.]+)/ https://github.com/intel/libvpl.git|^2
10721072# bump: libvpl after ./hashupdate Dockerfile LIBVPL $LATEST
10731073# bump: libvpl link "Changelog" https://github.com/intel/libvpl/blob/main/CHANGELOG.md
1074- ARG LIBVPL_VERSION=2.13 .0
1074+ ARG LIBVPL_VERSION=2.14 .0
10751075ARG LIBVPL_URL="https://github.com/intel/libvpl/archive/refs/tags/v${LIBVPL_VERSION}.tar.gz"
1076- ARG LIBVPL_SHA256=1c740e2b58f7853f56b618bdb7d4a7e5d37f8c1a9b30105a0b79ba80873e1cbd
1076+ ARG LIBVPL_SHA256=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
10771077RUN \
10781078 wget $WGET_OPTS -O libvpl.tar.gz "$LIBVPL_URL" && \
10791079 echo "$LIBVPL_SHA256 libvpl.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments