diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/owamp.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/owamp.rb b/Library/Formula/owamp.rb index fcb2bed4f..4611442eb 100644 --- a/Library/Formula/owamp.rb +++ b/Library/Formula/owamp.rb @@ -5,6 +5,13 @@ class Owamp < Formula url 'http://software.internet2.edu/sources/owamp/owamp-3.3.tar.gz' sha1 'ac3b77294ee30d41924b01fc009de0b2605a753c' + bottle do + cellar :any + sha1 "bae5fbfcde1fa634d1a97dcf085722e7d4f3e7cc" => :yosemite + sha1 "40052c815375a344fecc8985a72612fe91320269" => :mavericks + sha1 "34531c931ad6b22e4328b3823f2c2f38027db2c6" => :mountain_lion + end + # Fix to prevent tests hanging under certain circumstances. # Provided by Aaron Brown via perfsonar-user mailing list: # https://lists.internet2.edu/sympa/arc/perfsonar-user/2014-11/msg00131.html |
