aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/smake.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb
index 579a9a86c..980578a6b 100644
--- a/Library/Formula/smake.rb
+++ b/Library/Formula/smake.rb
@@ -5,6 +5,12 @@ class Smake < Formula
url 'https://downloads.sourceforge.net/project/s-make/smake-1.2.4.tar.bz2'
sha1 '677af2a1b768d5dfd3bd71dc46f81992e798191b'
+ bottle do
+ sha1 "30e72ed47a18ce5c90107cc45ac8b603b508169f" => :yosemite
+ sha1 "6883bca2c7c13db1139234f73ef387f6a311fbcd" => :mavericks
+ sha1 "709ab7a8011da3b92d61db6aa9eef3c7fbc1b9e7" => :mountain_lion
+ end
+
# A sed operation silently fails on Lion or older, due
# to some locale settings in smake's build files. The sed
# wrapper on 10.8+ overrides them.