From 3257e7a8d093bfba5396c42e5627bb43b1e90a7b Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 6 Oct 2014 21:23:27 +0100 Subject: rgbds: add 0.1.1 bottle. Closes #32647. Signed-off-by: Mike McQuaid --- Library/Formula/rgbds.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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}" -- cgit v1.2.3