File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ libucl
1097
1097
libunibreak
1098
1098
libunwind
1099
1099
libuv
1100
+ libva
1100
1101
libvirt
1101
1102
libwpe
1102
1103
libx11
Original file line number Diff line number Diff line change 1
1
class Libva < Formula
2
2
desc "Hardware accelerated video processing library"
3
3
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 "
6
6
license "MIT"
7
7
8
8
livecheck do
@@ -11,7 +11,7 @@ class Libva < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , x86_64_linux : "e47a3480fdda223904d0786f50141d6189e694d24a8f99a908400bc6868edca0 "
14
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "523a879dddd785ed5afd77e5d1ca0e3b2c7614f47c05f2b0a9a2a485ed103cd8 "
15
15
end
16
16
17
17
depends_on "pkg-config" => [ :build , :test ]
You can’t perform that action at this time.
0 commit comments