diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dsd.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dsd.rb b/Library/Formula/dsd.rb index e0279637a..2a6dd4f9a 100644 --- a/Library/Formula/dsd.rb +++ b/Library/Formula/dsd.rb @@ -6,6 +6,13 @@ class Dsd < Formula url "https://github.com/szechyjs/dsd/archive/v1.6.0.tar.gz" sha1 "0161a0b1090ae30b5413e24b29b54d2392a3b0ff" + bottle do + cellar :any + sha1 "078526fcb83180832b34282f717a9811f54d6d85" => :yosemite + sha1 "a86e78c5668c89567b9c0c3a46c630268901f4d7" => :mavericks + sha1 "7c835fae91c450e912811b7c5d3c173564283623" => :mountain_lion + end + patch do # Fixes build on MacOS X. url "https://github.com/szechyjs/dsd/commit/e40c32d8addf3ab94dae42d8c0fcf9ef27e453c2.diff" |
