Skip to content

Commit 83991ab

Browse files
authored
Merge pull request #738 from wader/bump-aom-3.13.3
Update aom to 3.13.3 from 3.13.2
2 parents 7d2350d + 9ac2e50 commit 83991ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ RUN \
194194
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
195195
# bump: aom after COMMIT=$(git ls-remote https://aomedia.googlesource.com/aom v$LATEST^{} | awk '{print $1}') && sed -i -E "s/^ARG AOM_COMMIT=.*/ARG AOM_COMMIT=$COMMIT/" Dockerfile
196196
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
197-
ARG AOM_VERSION=3.13.2
197+
ARG AOM_VERSION=3.13.3
198198
ARG AOM_URL="https://aomedia.googlesource.com/aom"
199-
ARG AOM_COMMIT=ad44980d7f3c7a2605c25d51ea96946949000841
199+
ARG AOM_COMMIT=92d4c37fbdd08944a0e721bbaeb13318f10aebb0
200200
RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
201201
RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
202202
RUN \

0 commit comments

Comments
 (0)