aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-06 21:23:27 +0100
committerMike McQuaid2014-10-06 22:33:03 +0100
commit3257e7a8d093bfba5396c42e5627bb43b1e90a7b (patch)
tree1cd9bba20529094d1a493722d8543c091d901ac0
parent1dd12846149ef9f550a1e348e6186057071d2778 (diff)
downloadhomebrew-3257e7a8d093bfba5396c42e5627bb43b1e90a7b.tar.bz2
rgbds: add 0.1.1 bottle.
Closes #32647. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/rgbds.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/rgbds.rb b/Library/Formula/rgbds.rb
index bbce49093..2df193ccb 100644
--- a/Library/Formula/rgbds.rb
+++ b/Library/Formula/rgbds.rb
@@ -7,6 +7,13 @@ class Rgbds < Formula
head "https://github.com/bentley/rgbds.git", :branch => "master"
+ bottle do
+ cellar :any
+ sha1 "4dcd554e8ff8c6dba47778461a27c04b798bcee1" => :mavericks
+ sha1 "5479338e6423a60a83abb72667a410db69f97724" => :mountain_lion
+ sha1 "b87f08e1ce5e1ccb4760cf722938184c3143fdcc" => :lion
+ end
+
def install
system "make"
system "make", "install", "PREFIX=#{prefix}", "MANPREFIX=#{man}"