aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJason Ormand2012-09-28 14:45:05 -0400
committerAdam Vandenberg2012-09-30 10:26:55 -0700
commit57ed645f17b85b65125a26ede112346eaf82ce93 (patch)
tree11af5eaed250f6f7f83f0af0330b146835aeaaee /Library/Formula
parent9f78662acff4c3cb1bff3587c8ead7f5935925a9 (diff)
downloadhomebrew-57ed645f17b85b65125a26ede112346eaf82ce93.tar.bz2
ffmpeg 1.0
Closes #15187. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 0d764bf73..6b9aa1f95 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ffmpeg < Formula
homepage 'http://ffmpeg.org/'
- url 'http://ffmpeg.org/releases/ffmpeg-0.11.2.tar.bz2'
- sha1 '5d98729b8368df8145472ae6955ef8d6b9ed0efb'
+ url 'http://ffmpeg.org/releases/ffmpeg-1.0.tar.bz2'
+ sha1 'bf1f917c4fa26cf225616f2063e60c33cac546be'
head 'git://git.videolan.org/ffmpeg.git'