aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg2theora.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 19:35:07 -0500
committerJack Nagel2014-03-16 19:56:56 -0500
commit4bb663824d69dce9b2a37f05ca9c8b43cefe34e8 (patch)
tree722f0001ae9cfb821fd3cdbeb63c930d4899f037 /Library/Formula/ffmpeg2theora.rb
parentea423bbcc67b7632031ac2b63b29836d6793f854 (diff)
downloadhomebrew-4bb663824d69dce9b2a37f05ca9c8b43cefe34e8.tar.bz2
ffmpeg2theora: use checksummed patches
Diffstat (limited to 'Library/Formula/ffmpeg2theora.rb')
-rw-r--r--Library/Formula/ffmpeg2theora.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg2theora.rb b/Library/Formula/ffmpeg2theora.rb
index 3f320d4e5..e8c17b2d9 100644
--- a/Library/Formula/ffmpeg2theora.rb
+++ b/Library/Formula/ffmpeg2theora.rb
@@ -16,8 +16,9 @@ class Ffmpeg2theora < Formula
depends_on 'theora'
# Fixes build with ffmpeg 2.x by removing use of deprecated constant
- def patches
- "http://git.xiph.org/?p=ffmpeg2theora.git;a=patch;h=d3435a6a83dc656379de9e6523ecf8d565da6ca6"
+ patch do
+ url "http://git.xiph.org/?p=ffmpeg2theora.git;a=patch;h=d3435a6a83dc656379de9e6523ecf8d565da6ca6"
+ sha1 "5a3e48c386ac077ab58afa6c49631c88f8f85929"
end
def install