aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vavrdiasm.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/vavrdiasm.rb b/Library/Formula/vavrdiasm.rb
index 66323646d..00ecc953b 100644
--- a/Library/Formula/vavrdiasm.rb
+++ b/Library/Formula/vavrdiasm.rb
@@ -3,6 +3,13 @@ class Vavrdiasm < Formula
url "https://github.com/vsergeev/vavrdisasm/archive/v3.1.tar.gz"
sha1 "8ac78c7ec26760ac76e25a1ff399cfc255b2bc52"
+ bottle do
+ cellar :any
+ sha1 "3cd688a816ee9f7a4046db6170e8d42467877ee5" => :yosemite
+ sha1 "840d8e147085e86941da55763625d82e44b2ca79" => :mavericks
+ sha1 "5ce2eed553cbe8e522b29106eda55b559ce55ac5" => :mountain_lion
+ end
+
# Patch:
# - BSD `install(1)' does not have a GNU-compatible `-D' (create intermediate
# directories) flag. Switch to using `mkdir -p'.