diff options
| author | BrewTestBot | 2014-10-23 05:54:41 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-10-23 01:52:20 -0500 |
| commit | 3ba73cad42e6cf0acbda811073cc74f9183c37da (patch) | |
| tree | 1eca6d453a696778c4840178f266c7283021c9f3 /Library/Formula | |
| parent | 4204cf0b0bbf53d6a8fc3ff1dc014c123b2dc1d2 (diff) | |
| download | homebrew-3ba73cad42e6cf0acbda811073cc74f9183c37da.tar.bz2 | |
hardlink: add 0.3.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hardlink.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hardlink.rb b/Library/Formula/hardlink.rb index 6f779dd87..0003bf92a 100644 --- a/Library/Formula/hardlink.rb +++ b/Library/Formula/hardlink.rb @@ -5,6 +5,13 @@ class Hardlink < Formula url "http://jak-linux.org/projects/hardlink/hardlink_0.3.0.tar.xz" sha1 "abe9964d104b124b8dbebe6f354691e884f1fa2c" + bottle do + cellar :any + sha1 "620848862aa5692f5418c50158ff21ae64cbc3d7" => :yosemite + sha1 "1fc61fc57e8bdec0f49302ba75dab3e14b6b663f" => :mavericks + sha1 "ba185ba3f4bf55c9a25b2cf9bfd381e392563112" => :mountain_lion + end + depends_on "pkg-config" => :build depends_on "gnu-getopt" depends_on "pcre" |
