diff options
| author | nibbles 2bits | 2012-06-10 00:31:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-10 08:00:56 -0700 |
| commit | 608a7598eb8da7d021011f6fefd524e84d06c30c (patch) | |
| tree | ba3a56806b6da585f26f30c7a635e8f54967bca5 /Library/Formula | |
| parent | c385e90ae03dcd2e3e829d9203d30d9ff4e84fa5 (diff) | |
| download | homebrew-608a7598eb8da7d021011f6fefd524e84d06c30c.tar.bz2 | |
ffmpeg 0.11.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 7924dcbf5..86bdc1779 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -6,8 +6,8 @@ end class Ffmpeg < Formula homepage 'http://ffmpeg.org/' - url 'http://ffmpeg.org/releases/ffmpeg-0.11.tar.bz2' - sha1 '1aa3443c20b1c5d132d1fe06de7cc949a7219edd' + url 'http://ffmpeg.org/releases/ffmpeg-0.11.1.tar.bz2' + sha1 'bf01742be60c2e6280371fc4189d5d28933f1a56' head 'git://git.videolan.org/ffmpeg.git' |
