aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Wennblom2013-06-05 09:31:43 -0500
committerAdam Vandenberg2013-06-05 07:45:41 -0700
commitbc4a1d1db85df4308c1ac6e1672d70bcceb3cb26 (patch)
tree8df82aeafc5002e407594128b5ab2163212ffcfb /Library
parent03f88ab7e66659b7be101e447bb6c2df4b486b4b (diff)
downloadhomebrew-bc4a1d1db85df4308c1ac6e1672d70bcceb3cb26.tar.bz2
s3fs 1.70
Closes #20290. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/s3fs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/s3fs.rb b/Library/Formula/s3fs.rb
index 7bb439fd6..53e4523eb 100644
--- a/Library/Formula/s3fs.rb
+++ b/Library/Formula/s3fs.rb
@@ -2,8 +2,8 @@ require 'formula'
class S3fs < Formula
homepage 'http://code.google.com/p/s3fs/'
- url 'http://s3fs.googlecode.com/files/s3fs-1.61.tar.gz'
- sha1 '8f6561ce00b41c667b738595fdb7b42196c5eee6'
+ url 'http://s3fs.googlecode.com/files/s3fs-1.70.tar.gz'
+ sha1 '6e0c8d3ff67843c0baa7326128bc2be702e2f5a0'
depends_on 'pkg-config' => :build
depends_on 'fuse4x'