diff options
| author | BrewTestBot | 2014-08-23 14:36:32 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-08-27 19:51:51 -0500 |
| commit | e6643148b081ddf2a14b1e266ced5a0edcfff9b4 (patch) | |
| tree | 94260b15fb993f5837cbaa8dc3829f66506eb5db /Library | |
| parent | 6f3262d02446afdeca718b3b27a6e4fff2de5ee0 (diff) | |
| download | homebrew-e6643148b081ddf2a14b1e266ced5a0edcfff9b4.tar.bz2 | |
encfs: add 1.7.5 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/encfs.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index e261d5b41..2b9acd6d7 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -14,6 +14,12 @@ class Encfs < Formula head 'https://github.com/vgough/encfs.git' + bottle do + sha1 "4d047345b8638a56c6dbc0b74d37265b6c1d2405" => :mavericks + sha1 "1ed3978a5ef1a8dfcf35132142a507df8f709bcf" => :mountain_lion + sha1 "dc7f74e52ca54d3716639ee5ef6d701d50ee4def" => :lion + end + depends_on 'pkg-config' => :build depends_on 'autoconf' => :build depends_on 'automake' => :build |
