aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authordinkypumpkin2011-03-20 18:49:50 +0000
committerAdam Vandenberg2011-03-20 13:32:54 -0700
commit1019f5b137076dded3f64f3da21b4d92dc7c2868 (patch)
tree1ab435b2c9d2f6ea3e8b62738745f3675bd0b1b3 /Library
parent970da7e868bd035d5e0166f4451f412f8e22a491 (diff)
downloadhomebrew-1019f5b137076dded3f64f3da21b4d92dc7c2868.tar.bz2
ffmpeg 0.6.2
This project is now known as libav upstream, but still compiles to "ffmpeg", so add an alias. Also update the homepage and download urls. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
l---------Library/Aliases/libav1
-rw-r--r--Library/Formula/ffmpeg.rb6
2 files changed, 4 insertions, 3 deletions
diff --git a/Library/Aliases/libav b/Library/Aliases/libav
new file mode 120000
index 000000000..d8aa51e08
--- /dev/null
+++ b/Library/Aliases/libav
@@ -0,0 +1 @@
+../Formula/ffmpeg.rb \ No newline at end of file
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 166883f7b..c06f3a1b7 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ffmpeg < Formula
- url 'http://ffmpeg.org/releases/ffmpeg-0.6.1.tar.bz2'
- homepage 'http://ffmpeg.org/'
- sha1 '24ada1d35fc000980090e773101e101ca45f85e5'
+ url 'http://libav.org/releases/libav-0.6.2.tar.bz2'
+ homepage 'http://libav.org/'
+ sha1 'b79dc56a08f4ef07b41d1a78b2251f21fde8b81d'
head 'git://git.libav.org/libav.git'