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 @@ -237,9 +237,9 @@ RUN \
237
237
# bump: libass /LIBASS_VERSION=([\d.]+)/ https://github.com/libass/libass.git|*
238
238
# bump: libass after ./hashupdate Dockerfile LIBASS $LATEST
239
239
# bump: libass link "Release notes" https://github.com/libass/libass/releases/tag/$LATEST
240
- ARG LIBASS_VERSION=0.17.3
240
+ ARG LIBASS_VERSION=0.17.4
241
241
ARG LIBASS_URL="https://github.com/libass/libass/releases/download/$LIBASS_VERSION/libass-$LIBASS_VERSION.tar.gz"
242
- ARG LIBASS_SHA256=da7c348deb6fa6c24507afab2dee7545ba5dd5bbf90a137bfe9e738f7df68537
242
+ ARG LIBASS_SHA256=a886b3b80867f437bc55cff3280a652bfa0d37b43d2aff39ddf3c4f288b8c5a8
243
243
RUN \
244
244
wget $WGET_OPTS -O libass.tar.gz "$LIBASS_URL" && \
245
245
echo "$LIBASS_SHA256 libass.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments