From 8dbc6bdadb25745e48cdd56e379506ea9f53092f Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 3 Dec 2014 20:48:59 +0000 Subject: [PATCH] rocket: add 0.1.0 bottle. --- Formula/rocket.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/rocket.rb b/Formula/rocket.rb index 32c82ea8fa..2e5480bb50 100644 --- a/Formula/rocket.rb +++ b/Formula/rocket.rb @@ -8,6 +8,12 @@ class Rocket < Formula url "https://github.com/coreos/rocket/archive/v0.1.0.tar.gz" sha1 "04ae8cb9bac04eedacb03a7531e6b251556be653" + bottle do + sha1 "cb111d426363b5df807800ccf6b2f6eba7cdf10f" => :yosemite + sha1 "cd464addb3a1364a621aa64e0239a0d10ef11e65" => :mavericks + sha1 "70bf2fffc71a3e3c948bd20854880d2dca267611" => :mountain_lion + end + depends_on "go" => :build depends_on "squashfs" => :build