Skip to content

Commit 1df3cca

Browse files
authored
Merge pull request Homebrew#195827 from Homebrew/bump-vvenc-1.12.1
vvenc 1.12.1
2 parents 86460cd + 37c6d70 commit 1df3cca

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/v/vvenc.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Vvenc < Formula
22
desc "Fraunhofer Versatile Video Encoder"
33
homepage "https://github.com/fraunhoferhhi/vvenc"
4-
url "https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.12.0.tar.gz"
5-
sha256 "e7311ffcc87d8fcc4b839807061cca1b89be017ae7c449a69436dc2dd07615c2"
4+
url "https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.12.1.tar.gz"
5+
sha256 "ba353363779e8f835200f319c801b052a97d592ebc817b52c41bdce093fa2fe2"
66
license "BSD-3-Clause-Clear"
77
head "https://github.com/fraunhoferhhi/vvenc.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "91e5d0c5676234434e2d2fd466ae3a34a116a7f7bbc777a316b15b5ab5c9618d"
11-
sha256 cellar: :any, arm64_sonoma: "1c5857d284bf4fc94769c6248a811372bbb813b1c09d03cdf9bca872f7b91f95"
12-
sha256 cellar: :any, arm64_ventura: "823efb6a8e5732bac2e800fd5dbd11f289b27cf595a6271abcc9aeae736b0694"
13-
sha256 cellar: :any, arm64_monterey: "f8a0ba66ab0d1ea35ac45dba888aee3a5afff8a10f4e604f1fa34d07fa45e8cd"
14-
sha256 cellar: :any, sonoma: "694b46e96049b0431de6dcca89e8006df5fa46d22add11403a28ac5bb0fe8937"
15-
sha256 cellar: :any, ventura: "292ba473af86af725c8fc75cd58ab440dcf5596a81f1c31de42109f947d47548"
16-
sha256 cellar: :any, monterey: "541ff6ce51eee6e54248b6b6cec15a593dd84d93a9db873394847f4746dff2f0"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0c1d047079359eedcacab0179d81c285d6d27f0a8ed81ff6707017d491802df"
10+
sha256 cellar: :any, arm64_sequoia: "e905b360064285e30c7eb8c2713888cac93b28a9388b9bd5a84b0d50c3c2321a"
11+
sha256 cellar: :any, arm64_sonoma: "ed236b0f8f357bc8273c8e213576d73177bebd535ad5b3eaa44307012baa9312"
12+
sha256 cellar: :any, arm64_ventura: "2917e29604a86fc73bc1f4286ca5587dc7f6dcbadea365d8a3b16b8af1d75ef3"
13+
sha256 cellar: :any, sonoma: "145f0ed78517a567785ac249aca4dbdf0887a023fffab74c0704de89fd6cd59e"
14+
sha256 cellar: :any, ventura: "ec19b435a3fc60d9dfa136cbe797cd23cd0ef91ea2e66869027424b96931ae61"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9d458061236400c33382ea051b66ef09c596f8a52ef5639a87fa3b7ff1610f8"
1816
end
1917

2018
depends_on "cmake" => :build

0 commit comments

Comments
 (0)