diff options
| author | BrewTestBot | 2015-04-14 03:09:59 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-14 11:37:39 -0700 | 
| commit | 303f5f45653e74ef9e2f242dc843d9c7ee1dc4c5 (patch) | |
| tree | 8a30511aa303c47a87c0dbf17b611a66b072c922 | |
| parent | 8cf7cd70024756c0b532b08bd17f1ee9fbf0fcec (diff) | |
| download | homebrew-303f5f45653e74ef9e2f242dc843d9c7ee1dc4c5.tar.bz2 | |
sfk: add 1.7.4 bottle.
| -rw-r--r-- | Library/Formula/sfk.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/sfk.rb b/Library/Formula/sfk.rb index 47d4ab3f8..0395cfd56 100644 --- a/Library/Formula/sfk.rb +++ b/Library/Formula/sfk.rb @@ -3,6 +3,13 @@ class Sfk < Formula    url "https://downloads.sourceforge.net/project/swissfileknife/1-swissfileknife/1.7.4/sfk-1.7.4.tar.gz"    sha256 "aeb9c658d8b87c9a11108736dace65bf495a77a51a6a7585442f90b5183d94b3" +  bottle do +    cellar :any +    sha256 "2aae87cc00f346d23426af1003a7d64bd6338ed0ca00baf7c80afcc62b70fdeb" => :yosemite +    sha256 "a902948f223f2df7c4059d017ff073f8e5c9957296f0b2f7ccb667442fb554eb" => :mavericks +    sha256 "d3be90bfa93e1ae8c675f6bacbaa836c52305ee5249af29ae8ad8d787e0bc615" => :mountain_lion +  end +    def install      # Using the standard ./configure && make install method does not work with sfk as of this version      # As per the build instructions for OS X, this is all you need to do to build sfk | 
