aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-14 11:39:56 +0100
committerMike McQuaid2014-06-14 20:43:05 +0100
commitf858d536073def9672203ab408e97742d0e591da (patch)
treefbbdd3c2356bb83b0e909b2ba24cf96bebb0378d /Library/Formula
parent20d69af20f1c0086e6ba3d79fee95d7c963cfd6d (diff)
downloadhomebrew-f858d536073def9672203ab408e97742d0e591da.tar.bz2
dasm: add 2014.03.04 bottle.
Closes #30146. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dasm.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dasm.rb b/Library/Formula/dasm.rb
index dcf814c7f..83c84ece6 100644
--- a/Library/Formula/dasm.rb
+++ b/Library/Formula/dasm.rb
@@ -6,6 +6,13 @@ class Dasm < Formula
sha1 '2ce78b29505b31778b8f796ba4b161b9f890e77e'
head 'svn://svn.code.sf.net/p/dasm-dillon/code/trunk'
+ bottle do
+ cellar :any
+ sha1 "16a36f8d3d57693ea2b2fea55ab264e538ddcfaf" => :mavericks
+ sha1 "5bf2a732a5e3d3b9963ad405c6b526b0a9cb74d0" => :mountain_lion
+ sha1 "14895b0dee0237dec3cc7cedafeba2fdb4b88bad" => :lion
+ end
+
def install
system "make"
prefix.install 'bin', 'doc'