aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dynamips.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dynamips.rb b/Library/Formula/dynamips.rb
index 14a7ea2e0..69a617046 100644
--- a/Library/Formula/dynamips.rb
+++ b/Library/Formula/dynamips.rb
@@ -3,6 +3,13 @@ class Dynamips < Formula
url "https://github.com/GNS3/dynamips/archive/v0.2.14.tar.gz"
sha1 "1f0b62d19586365246a957b4eb4dab0cdbd657ad"
+ bottle do
+ cellar :any
+ sha1 "d0d6ed53cac613224298052a4403f215d41cdeaa" => :yosemite
+ sha1 "bdcd75d6bfd8800340620f934193ac952e9ee455" => :mavericks
+ sha1 "14bf80d8127981a9fab5e8cb94fd1c771a0cbe4c" => :mountain_lion
+ end
+
depends_on "libelf"
depends_on "cmake" => :build