Skip to content

Commit 12a0f6b

Browse files
authored
Merge pull request #167205 from Homebrew/bump-libva-2.21.0
libva 2.21.0
2 parents bf8ce51 + c4baa68 commit 12a0f6b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/autobump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ libucl
10971097
libunibreak
10981098
libunwind
10991099
libuv
1100+
libva
11001101
libvirt
11011102
libwpe
11021103
libx11

Formula/lib/libva.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libva < Formula
22
desc "Hardware accelerated video processing library"
33
homepage "https://github.com/intel/libva"
4-
url "https://github.com/intel/libva/releases/download/2.20.0/libva-2.20.0.tar.bz2"
5-
sha256 "f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49"
4+
url "https://github.com/intel/libva/releases/download/2.21.0/libva-2.21.0.tar.bz2"
5+
sha256 "9dc1a84373b656434e6a8f3ac7522bc1c959cc3434aea89d2c02092986d87016"
66
license "MIT"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Libva < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e47a3480fdda223904d0786f50141d6189e694d24a8f99a908400bc6868edca0"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "523a879dddd785ed5afd77e5d1ca0e3b2c7614f47c05f2b0a9a2a485ed103cd8"
1515
end
1616

1717
depends_on "pkg-config" => [:build, :test]

0 commit comments

Comments
 (0)