aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-31 21:20:49 +0000
committerMike McQuaid2014-10-31 22:09:21 +0000
commit44c125d313e90830c442d6322a35a4490c5cf1ee (patch)
tree6786a3b676042dcc139b417d377c4b7790cfdc21 /Library/Formula
parente728e750db20c51b9d0dea3a56bf3ac6474d1179 (diff)
downloadhomebrew-44c125d313e90830c442d6322a35a4490c5cf1ee.tar.bz2
hardlink-osx: add 0.1.1 bottle.
Closes #33785. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hardlink-osx.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hardlink-osx.rb b/Library/Formula/hardlink-osx.rb
index 276f8b943..ac7b86ea5 100644
--- a/Library/Formula/hardlink-osx.rb
+++ b/Library/Formula/hardlink-osx.rb
@@ -5,6 +5,13 @@ class HardlinkOsx < Formula
url "https://github.com/selkhateeb/hardlink/archive/v0.1.1.tar.gz"
sha1 "ce89e04b7c6b31a06b497449f2d383a7dab513fb"
+ bottle do
+ cellar :any
+ sha1 "b8e5b31796d36c818c302bddbd45f227dc943a13" => :yosemite
+ sha1 "d61a54cff4e7ff52a0fc3131188d6adecf5ad35a" => :mavericks
+ sha1 "15910f042ea3aac09d8a2e94c783ec30e47e1f3a" => :mountain_lion
+ end
+
def install
system "make"
bin.mkdir