diff options
| author | Anatol Pomozov | 2012-05-29 14:23:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-29 21:04:31 -0700 |
| commit | 616a39c8f6317eccd74ea32febd1a547bcce1024 (patch) | |
| tree | 8a75ff538cad822870f68f04866bd89feb2e2da1 /Library/Formula/fuse4x.rb | |
| parent | 0f5e4f0672f9eaefe33c43b156398b68ac8a1dae (diff) | |
| download | homebrew-616a39c8f6317eccd74ea32febd1a547bcce1024.tar.bz2 | |
fuse4x 0.9.1
Closes #12493.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fuse4x.rb')
| -rw-r--r-- | Library/Formula/fuse4x.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index f5ba6c0b4..273eb76da 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -1,10 +1,10 @@ require 'formula' class Fuse4x < Formula - homepage 'http://fuse4x.org/' - # NOTE: Version 0.10 contains a nasty race condition. Wait for 0.10.1 - url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_9_0" - version "0.9.0" + homepage 'http://fuse4x.github.com' + url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_9_1' + md5 'e8718347579bbd3900e8243f527ea7a2' + version "0.9.1" depends_on "automake" => :build depends_on "libtool" => :build |
