Upgrade EncFS to 1.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
997cf2668e
commit
92f3c81c99
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Encfs <Formula
|
||||
url 'http://encfs.googlecode.com/files/encfs-1.6-1.tgz'
|
||||
url 'http://encfs.googlecode.com/files/encfs-1.7.2.tgz'
|
||||
homepage 'http://www.arg0.net/encfs'
|
||||
md5 'db99570557cf432cca088748944fb74a'
|
||||
md5 '3a3fef640c7c9f020104304392cd1836'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'gettext'
|
||||
|
@ -19,8 +19,8 @@ class Encfs <Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue