diff options
Diffstat (limited to 'Library/Formula/yazpp.rb')
| -rw-r--r-- | Library/Formula/yazpp.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/yazpp.rb b/Library/Formula/yazpp.rb index dc487eb8c..ab743b919 100644 --- a/Library/Formula/yazpp.rb +++ b/Library/Formula/yazpp.rb @@ -5,6 +5,13 @@ class Yazpp < Formula    url 'http://ftp.indexdata.dk/pub/yazpp/yazpp-1.6.0.tar.gz'    sha1 'f32900be1f05ca51961e17c44b2a0df4ff54a55b' +  bottle do +    cellar :any +    sha1 "b98f1d4cea546f4a5e1c1de45b5a328745385e6b" => :mavericks +    sha1 "dc99151ef36d0d9ea19089c1597d66fffd827521" => :mountain_lion +    sha1 "80e862d9b9775a351905d13295151fc2eb04ccd8" => :lion +  end +    depends_on 'yaz'    def install | 
