Skip to content

Update x265 to 753305affb093ae15d5e4b333125267b16258c21 from c07d076cf20ab41d8077a804dda70fdbc3b97386 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# bump: x265 /X265_VERSION=([[:xdigit:]]+)/ gitrefs:https://bitbucket.org/multicoreware/x265_git.git|re:#^refs/heads/master$#|@commit
# bump: x265 after ./hashupdate Dockerfile X265 $LATEST
# bump: x265 link "Source diff $CURRENT..$LATEST" https://bitbucket.org/multicoreware/x265_git/branches/compare/$LATEST..$CURRENT#diff
ARG X265_VERSION=c07d076cf20ab41d8077a804dda70fdbc3b97386
ARG X265_VERSION=753305affb093ae15d5e4b333125267b16258c21
ARG X265_URL="https://bitbucket.org/multicoreware/x265_git/get/$X265_VERSION.tar.bz2"
ARG X265_SHA256=b1f0713ea35022db99b95dd9451328d7b6ed0e398e854aea3fe1fadb2cf0c568
ARG X265_SHA256=19fd63d3039d7662d2a75fdaf4c29c4a31ea65a9d7f44fe2da88feda59e7cb8b

# Must be specified
ARG ALPINE_VERSION
Expand Down