diff options
| author | Jack Nagel | 2014-11-15 21:28:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-15 21:28:09 -0600 |
| commit | 2c775c5c997c91d22e495959c25d1c8d58ef7baa (patch) | |
| tree | b027488e014604c2a60ba63ce8a9026fc0b7848a /Library | |
| parent | 3e45509a4204bebb028b3853483272b5676648c3 (diff) | |
| download | homebrew-2c775c5c997c91d22e495959c25d1c8d58ef7baa.tar.bz2 | |
mlt: style fix
Diffstat (limited to 'Library')
| -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" |
