ffmpeg 0.10
Closes Homebrew/homebrew#9830. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
d5dc5212e8
commit
3890399569
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ def ffplay?
|
|||
end
|
||||
|
||||
class Ffmpeg < Formula
|
||||
url 'http://ffmpeg.org/releases/ffmpeg-0.9.1.tar.bz2'
|
||||
url 'http://ffmpeg.org/releases/ffmpeg-0.10.tar.bz2'
|
||||
homepage 'http://ffmpeg.org/'
|
||||
sha1 '89326f93902aee49dac659a63b39b0f69be0e7ee'
|
||||
sha1 'a3a7fe25db760a99d51266b33386da9c8552feef'
|
||||
|
||||
head 'git://git.videolan.org/ffmpeg.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue