diff options
| author | Dominyk Tiller | 2015-03-07 06:09:29 +0000 |
|---|---|---|
| committer | Xu Cheng | 2015-03-07 15:48:19 +0800 |
| commit | b06667441cfbb4c50dead09dbfb5c08ac47a9fc8 (patch) | |
| tree | c425eec5c579b0dfbb5359ff0e02628dc95a1b20 | |
| parent | ab8976e7ebdb49095b1854a6247dd5a9063fe5c6 (diff) | |
| download | homebrew-b06667441cfbb4c50dead09dbfb5c08ac47a9fc8.tar.bz2 | |
ffmpeg: fix patch sha
As far as I can see nothing about the upstream commit changed, so I’m
not quite sure why this checksum is suddenly consistently failing.
Closes #37457, though.
Closes #37459.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 0e124c4ee..6eb637506 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -2,14 +2,14 @@ class Ffmpeg < Formula homepage "https://ffmpeg.org/" stable do url "https://www.ffmpeg.org/releases/ffmpeg-2.5.4.tar.bz2" - sha1 "e7d0bab14e82876762531a883c6b48918631d48c" + sha256 "cc91c166c2b0ad9aacc533e4d5637912df583b43834c68aeec12ded7e082a286" # Fixes -framework flags for 10.7 and lower; # fixed upstream, can be removed in the next release. # https://trac.ffmpeg.org/ticket/4238 patch do - url "http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=83808ee7e9e89b0c83d5ecd94b35952c44716b68" - sha1 "918586c158e1231a8d59a78e6f05cedc83824d68" + url "https://github.com/FFmpeg/FFmpeg/commit/83808ee7e9e89b0c83d5ecd94b35952c44716b68.diff" + sha256 "1b10d10ccbae3198bf1ec09d5c99acee90bc196beebc9edecf1101a8ab14c048" end end |
