aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDenis Denisov2014-12-04 10:00:24 +0200
committerMike McQuaid2014-12-11 09:19:19 +0000
commitccbb0095f0f873fec81466f3bc8f9c30e58e8ba9 (patch)
treef323a7216faf57b72f5d88b1df35dab536961066 /Library/Formula
parent262dce2a492c596cf86b8045b59e395a46e95e84 (diff)
downloadhomebrew-ccbb0095f0f873fec81466f3bc8f9c30e58e8ba9.tar.bz2
ffmpeg 2.5
Closes #34667. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 fb0d44713..ce6c55cc6 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -2,8 +2,8 @@ require "formula"
class Ffmpeg < Formula
homepage "https://ffmpeg.org/"
- url "https://www.ffmpeg.org/releases/ffmpeg-2.4.4.tar.bz2"
- sha1 "c0a0829fbb4cf423eed77f39d3661d1a34ac7c35"
+ url "https://www.ffmpeg.org/releases/ffmpeg-2.5.tar.bz2"
+ sha1 "ec0111e8298bdb2291d82e3b4f67354ba48fab19"
head "git://git.videolan.org/ffmpeg.git"