aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-01-12 12:04:25 -0800
committerCharlie Sharpsteen2012-01-12 12:04:25 -0800
commitb369f6667e139a5ba53e68488fa7b2d9b4e3fe23 (patch)
treeb37e8872ca4c1cefbe18152d24ae5fb41e63f6df /Library/Formula/ffmpeg.rb
parente8ae193cd442abd5532fffeddc2c97e32333f60d (diff)
downloadhomebrew-b369f6667e139a5ba53e68488fa7b2d9b4e3fe23.tar.bz2
FFmpeg: Update to 0.9.1
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index fb68699f5..9a8719694 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -5,9 +5,9 @@ def ffplay?
end
class Ffmpeg < Formula
- url 'http://ffmpeg.org/releases/ffmpeg-0.9.tar.bz2'
+ url 'http://ffmpeg.org/releases/ffmpeg-0.9.1.tar.bz2'
homepage 'http://ffmpeg.org/'
- sha1 '5f4118496ebe8fc37e8f11cf0303f6f7c85756f9'
+ sha1 '89326f93902aee49dac659a63b39b0f69be0e7ee'
head 'git://git.videolan.org/ffmpeg.git'