aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-09-13 19:58:06 -0600
committerJack Nagel2014-09-15 23:45:58 -0500
commit08aab4cb9488f65c7f3b54d3a8d7c4857e80c827 (patch)
tree2366d3e6000594d7039a9c309433da2e1cd9dc18 /Library/Formula
parentc37d1add9c0cf89d7073a408425e2a15d42c530e (diff)
downloadhomebrew-08aab4cb9488f65c7f3b54d3a8d7c4857e80c827.tar.bz2
Libav 11
Update to latest stable release, don't try to install nonexistent avserver files. Closes #32289. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libav.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/libav.rb b/Library/Formula/libav.rb
index 0f0cfee82..d56ed8d23 100644
--- a/Library/Formula/libav.rb
+++ b/Library/Formula/libav.rb
@@ -2,8 +2,8 @@ require "formula"
class Libav < Formula
homepage "https://libav.org/"
- url "https://libav.org/releases/libav-10.4.tar.xz"
- sha1 "d274abba24aa926d9bdbd6ebec6e07c2bf5639be"
+ url "https://libav.org/releases/libav-11.tar.xz"
+ sha1 "21f3c7c2154c0ad703872f2faa65ef20d6b7a14f"
head "git://git.libav.org/libav.git"
@@ -97,8 +97,8 @@ class Libav < Formula
system "make"
- bin.install "avconv", "avprobe", "avserver"
- man1.install "doc/avconv.1", "doc/avprobe.1", "doc/avserver.1"
+ bin.install "avconv", "avprobe"
+ man1.install "doc/avconv.1", "doc/avprobe.1"
if build.with? "sdl"
bin.install "avplay"
man1.install "doc/avplay.1"