diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mlt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mlt.rb b/Library/Formula/mlt.rb index 45e97ce14..adb23d2d6 100644 --- a/Library/Formula/mlt.rb +++ b/Library/Formula/mlt.rb @@ -4,14 +4,14 @@ class Mlt < Formula homepage "http://www.mltframework.org/" url "https://downloads.sourceforge.net/mlt/mlt/mlt-0.9.2.tar.gz" sha1 "eb1cdb8a1d9e69512716431054e5da7eb3bedb6d" + revision 1 + bottle do sha1 "8a672be9b09bf79c099755f822afd7837ee715a9" => :mavericks sha1 "6fbdbc9c2422836ce659989f096d1670570d1c57" => :mountain_lion sha1 "b5804ee50a521ee7f09c82fb3d58947ad4413990" => :lion end - revision 1 - depends_on "pkg-config" => :build depends_on "atk" |
