Skip to content

Commit

Permalink
Fix bottle inserted by test-bot
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Hermansson <[email protected]>
  • Loading branch information
fhermansson committed Jun 3, 2022
1 parent 61e9d62 commit c064445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/x264-encore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ class X264Encore < Formula

stable do
# the latest commit on the stable branch
url "https://code.videolan.org/videolan/x264.git",
revision: "5db6aa6cab1b146e07b60cc1736a01f21da01154"
version "r3060"
end

bottle do
root_url "https://github.com/svt/homebrew-avtools/releases/download/x264-encore-r3060"
rebuild 1
sha256 cellar: :any, big_sur: "cc26b205b61e2c88e2b0dc384e7b3a47611cd797108e3bdf79d2e9db97a41b51"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c69c7350f9135eeda12ae5ba59b337c997ea055c28b6d949d4f717130621938c"
end
url "https://code.videolan.org/videolan/x264.git",
revision: "5db6aa6cab1b146e07b60cc1736a01f21da01154"
version "r3060"
end

depends_on "nasm" => :build

Expand Down

0 comments on commit c064445

Please sign in to comment.