aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorHunter Morris2013-02-07 08:30:33 -0500
committerAdam Vandenberg2013-02-07 16:16:43 -0800
commitc49bbe7825e24c3f4f587e67cf985696e6a10725 (patch)
tree673b4a47f5cc99a2a0e17ec9b1e82ced07d0620e /Library
parentc80b37c5f9aa044ee328fdc03dbf160f8e5d55ee (diff)
downloadhomebrew-c49bbe7825e24c3f4f587e67cf985696e6a10725.tar.bz2
ffmpeg 1.1.2
Closes #17659. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 7d76b230e..58eb005ec 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.1.tar.bz2'
- sha1 'ad02037de190fb04611ec5347c5a97130249bebf'
+ url 'http://ffmpeg.org/releases/ffmpeg-1.1.2.tar.bz2'
+ sha1 '1fb1c2019ff13440b3670dc83846c654b245c4c9'
head 'git://git.videolan.org/ffmpeg.git'