aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJason P. Scharf2013-03-18 15:41:45 -0400
committerAdam Vandenberg2013-03-18 19:35:24 -0700
commit81fefb3305fe96a1e72766b8c72617b4d4af5545 (patch)
tree714215f51ddc58878f389298834d07fc27d28342 /Library/Formula
parent9b218a4faee2a1bb50e2bb1599ec0f3058f03763 (diff)
downloadhomebrew-81fefb3305fe96a1e72766b8c72617b4d4af5545.tar.bz2
ffmpeg 1.2
Closes #18574. 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 b4b0ba29d..daa75c1d8 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-1.1.3.tar.bz2'
- sha1 'd82d6f53c5130ee21dcb87f76bdbdf768d3f0db9'
+ url 'http://ffmpeg.org/releases/ffmpeg-1.2.tar.bz2'
+ sha1 'e1df2389560da95e1a76f9375f054e630c7e2602'
head 'git://git.videolan.org/ffmpeg.git'