diff options
| author | BrewTestBot | 2015-01-13 15:03:23 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-13 15:05:57 +0000 |
| commit | d1d285a905852cd6925c5982280bc5b95e54ffce (patch) | |
| tree | 318b588d1ce6b5cc8a457b9ca17d8f2d055d3366 /Library/Formula | |
| parent | 6e9977551029d0fe9342c83d7a9842b67d8a0a29 (diff) | |
| download | homebrew-d1d285a905852cd6925c5982280bc5b95e54ffce.tar.bz2 | |
orpie: add 1.5.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/orpie.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/orpie.rb b/Library/Formula/orpie.rb index 5774c9e7a..00ea91378 100644 --- a/Library/Formula/orpie.rb +++ b/Library/Formula/orpie.rb @@ -3,6 +3,12 @@ class Orpie < Formula url "http://pessimization.com/software/orpie/orpie-1.5.2.tar.gz" sha1 "9786df20fb272fd36f87868bed04cab504602282" + bottle do + sha1 "a6213155ff44a5816391c80a1919ac2d992b739f" => :yosemite + sha1 "86b170484abd8f7ebb07fac0dd82ef7d060b75ed" => :mavericks + sha1 "d8849eadb8d77de5132658a19fac1a7b7ce7936b" => :mountain_lion + end + depends_on "gsl" depends_on "objective-caml" depends_on "camlp4" => :build |
