aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/encfs.rb
diff options
context:
space:
mode:
authorkernelpaniclite2011-03-20 18:01:07 +0100
committerAdam Vandenberg2011-03-20 10:42:50 -0700
commit91bd4b2b151fd953d9489b0bb00889db83eb02d3 (patch)
tree9460e2812a4ebda363be40e50b1ed0f172d8ba7a /Library/Formula/encfs.rb
parente4bc0d4030627f9b5cc040796586f0eebabdf7c0 (diff)
downloadhomebrew-91bd4b2b151fd953d9489b0bb00889db83eb02d3.tar.bz2
Update to encfs 1.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/encfs.rb')
-rw-r--r--Library/Formula/encfs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb
index 322d30002..1a34971c4 100644
--- a/Library/Formula/encfs.rb
+++ b/Library/Formula/encfs.rb
@@ -1,9 +1,9 @@
require 'formula'
class Encfs < Formula
- url 'http://encfs.googlecode.com/files/encfs-1.7.2.tgz'
+ url 'http://encfs.googlecode.com/files/encfs-1.7.4.tgz'
homepage 'http://www.arg0.net/encfs'
- md5 '3a3fef640c7c9f020104304392cd1836'
+ md5 'ac90cc10b2e9fc7e72765de88321d617'
depends_on 'pkg-config' => :build
depends_on 'gettext'