aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorAdam Guthrie2013-05-16 10:33:54 +0100
committerJack Nagel2013-05-17 17:26:34 -0500
commit2f1510f26c4e8f54744c348b5833f46f2baa9365 (patch)
tree014fed44652a59620c81a03d0b6b6d29217ff432 /Library/Formula/ffmpeg.rb
parent911ded019f3d686c6f93944e6b66243d93e65ad7 (diff)
downloadhomebrew-2f1510f26c4e8f54744c348b5833f46f2baa9365.tar.bz2
ffmpeg 1.2.1
Closes #19897. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 b3e0d93ac..a6da97e72 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.2.tar.bz2'
- sha1 'e1df2389560da95e1a76f9375f054e630c7e2602'
+ url 'http://ffmpeg.org/releases/ffmpeg-1.2.1.tar.bz2'
+ sha1 '930e5612d75d04fdf7c0579f4d85d47e31e38945'
head 'git://git.videolan.org/ffmpeg.git'