ffmpeg 1.1.2
Closes Homebrew/homebrew#17659. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
42e7ada99b
commit
12aa8b7c26
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue