aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/moc.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/moc.rb b/Library/Formula/moc.rb
index 196272dc5..d45f5aa03 100644
--- a/Library/Formula/moc.rb
+++ b/Library/Formula/moc.rb
@@ -4,22 +4,15 @@ class Moc < Formula
homepage 'http://moc.daper.net'
stable do
- url "http://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2"
+ url "http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.0.tar.bz2"
bottle do
sha1 "1db850d8a502eb58a2f6f0f927b0f853a8964f62" => :mavericks
sha1 "bf52427f83ca16498e5470f9d8bad9e5fd71c0f0" => :mountain_lion
sha1 "4079ee34b2ce7f96cbe2830711a3569d65f7c600" => :lion
end
- sha1 "4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa"
-
- # Patches up to r2544 (HEAD at 2013-08-13)
- patch :p0 do
- url "https://gist.githubusercontent.com/toroidal-code/6310844/raw/23c460144b64040eb6c3117693fd7e129a462b26/ffmpeg-patch.diff"
- sha1 "55d64d17b320b391a5c11f502417fa8353498b37"
- end
+ sha1 "a02c10075541995771dbdccb7f2d0ecd19d70b81"
end
- revision 1
head 'svn://daper.net/moc/trunk'