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 @@ -414,9 +414,9 @@ RUN \
414
414
# bump: lcms2 /LCMS2_VERSION=([\d.]+)/ https://github.com/mm2/Little-CMS.git|^2
415
415
# bump: lcms2 after ./hashupdate Dockerfile LCMS2 $LATEST
416
416
# bump: lcms2 link "Release" https://github.com/mm2/Little-CMS/releases/tag/lcms$LATEST
417
- ARG LCMS2_VERSION=2.16
417
+ ARG LCMS2_VERSION=2.17
418
418
ARG LCMS2_URL="https://github.com/mm2/Little-CMS/releases/download/lcms$LCMS2_VERSION/lcms2-$LCMS2_VERSION.tar.gz"
419
- ARG LCMS2_SHA256=d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51
419
+ ARG LCMS2_SHA256=d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074
420
420
RUN \
421
421
wget $WGET_OPTS -O lcms2.tar.gz "$LCMS2_URL" && \
422
422
echo "$LCMS2_SHA256 lcms2.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments