aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-11-05 05:40:56 +0000
committerMike McQuaid2014-11-06 08:32:38 +0000
commit65abfd7853a4d6c959be375f17940cfa9d5e70d8 (patch)
treea6c970fcea02c59be862081483e6b9eda13a906f /Library
parent048d0aa0baf6cc8d168209a2e9ead6b54969d0fa (diff)
downloadhomebrew-65abfd7853a4d6c959be375f17940cfa9d5e70d8.tar.bz2
snow: add 20130616 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/snow.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/snow.rb b/Library/Formula/snow.rb
index b90439c55..2e4d8b23a 100644
--- a/Library/Formula/snow.rb
+++ b/Library/Formula/snow.rb
@@ -5,6 +5,13 @@ class Snow < Formula
url "http://www.darkside.com.au/snow/snow-20130616.tar.gz"
sha1 "b7cc0214d24cef44f50cd9069a0052f8dcd54176"
+ bottle do
+ cellar :any
+ sha1 "57229cfcf76e0643a19f3b2e8eeabe5796319d01" => :yosemite
+ sha1 "326c1e051f957c183f6aaef4e97782c1795945e2" => :mavericks
+ sha1 "f8e1b3e318c15a62190a7bf59c0309f2bc7e8de2" => :mountain_lion
+ end
+
def install
system "make"
bin.install "snow"