Skip to content
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

svt-av1: fix sha256 checksum #127055

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/svt-av1.rb
Expand Up @@ -2,7 +2,7 @@
desc "AV1 encoder"
homepage "https://gitlab.com/AOMediaCodec/SVT-AV1"
url "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1/SVT-AV1-v1.4.1.tar.bz2"
sha256 "0e988582f315fe76c909accf5e7f81b975c5bd2b850ee760d8e9fac297f70b5d"
sha256 "2ddef549e1eaeecc1fc48f0d8332ea3545809e46509db69beb3a0a4bf19ef906"
license "BSD-3-Clause"
head "https://gitlab.com/AOMediaCodec/SVT-AV1.git", branch: "master"

Expand All @@ -27,7 +27,7 @@
sha256 "0c5cc90b079d0d9c1ded1376357d23a9782a704a83e01731f50ccd162e246492"
end

def install

Check failure on line 30 in Formula/svt-av1.rb

View workflow job for this annotation

GitHub Actions / tests (ubuntu-22.04, ghcr.io/homebrew/ubuntu22.04:master, --user=linuxbrew -e GITHUB_ACTIONS_HOME...

`brew install --verbose --build-bottle svt-av1` failed on Linux!

==> Fetching svt-av1 ==> Downloading https://github.com/grusell/svt-av1-homebrew-testdata/raw/main/video_64x64_yuv420p_25frames.yuv Already downloaded: /github/home/.cache/Homebrew/downloads/f252d7df955078b246bcd912ae8a7eec644a8d02e4ec5736737992eab8a83d88--video_64x64_yuv420p_25frames.yuv ==> Verifying checksum for 'f252d7df955078b246bcd912ae8a7eec644a8d02e4ec5736737992eab8a83d88--video_64x64_yuv420p_25frames.yuv' ==> Downloading https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1/SVT-AV1-v1.4.1.tar.bz2 Already downloaded: /github/home/.cache/Homebrew/downloads/5691bf5c7673e3f79a232106d2f2cdef024074e0e98ef6f12673a491b94b9bb8--SVT-AV1-v1.4.1.tar.bz2 ==> Verifying checksum for '5691bf5c7673e3f79a232106d2f2cdef024074e0e98ef6f12673a491b94b9bb8--SVT-AV1-v1.4.1.tar.bz2' Error: svt-av1: SHA256 mismatch Expected: 2ddef549e1eaeecc1fc48f0d8332ea3545809e46509db69beb3a0a4bf19ef906 Actual: 0e988582f315fe76c909accf5e7f81b975c5bd2b850ee760d8e9fac297f70b5d File: /github/home/.cache/Homebrew/downloads/5691bf5c7673e3f79a232106d2f2cdef024074e0e98ef6f12673a491b94b9bb8--SVT-AV1-v1.4.1.tar.bz2 To retry an incomplete download, remove the file above. Warning: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
Expand Down