diff options
| author | BrewTestBot | 2014-06-04 10:37:09 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-06-04 10:37:09 +0100 | 
| commit | 0f90c376a930cd08e267be16961585daa0a18775 (patch) | |
| tree | 6ec96fab7f392b8f3683ba0350b3f04927a79bd9 | |
| parent | 32ff55abc770986c14150ce07af26ff786d3cd81 (diff) | |
| download | homebrew-0f90c376a930cd08e267be16961585daa0a18775.tar.bz2 | |
yazpp: add 1.6.0 bottle.
| -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 | 
