diff options
| author | David Christenson | 2015-03-12 00:52:59 -0600 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-13 23:06:06 -0700 |
| commit | 83162ef85d1b029b9b0965c382f9eb15ce0dc29e (patch) | |
| tree | 8702c9f6827fa45de8c70172f788d6ce2fec04d2 /Library/Formula | |
| parent | 0d8afc5304071b026f235a376b12e6106842602b (diff) | |
| download | homebrew-83162ef85d1b029b9b0965c382f9eb15ce0dc29e.tar.bz2 | |
libav 11.3
Update to latest stable release.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libav.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libav.rb b/Library/Formula/libav.rb index 5ca88e3db..bf1521c0a 100644 --- a/Library/Formula/libav.rb +++ b/Library/Formula/libav.rb @@ -1,7 +1,7 @@ class Libav < Formula homepage "https://libav.org/" - url "https://libav.org/releases/libav-11.2.tar.xz" - sha1 "52ba52cabe5d86b45ce62f56e11fa7912c6e5083" + url "https://libav.org/releases/libav-11.3.tar.xz" + sha256 "12ae6c051967765ae5faeddf94c4584129ac0b18edb884afffc5fcedcdb5e030" head "git://git.libav.org/libav.git" |
