aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2012-05-31 15:30:12 -0700
committerMisty De Meo2012-05-31 20:30:37 -0500
commit616a3fc051e33be76a06708985df66208a0d00e7 (patch)
treee90582856ab465971f66a7419196453464b843c8
parent6e7ff26299b46f6f17ca8b3467bd783a157545cd (diff)
downloadhomebrew-616a3fc051e33be76a06708985df66208a0d00e7.tar.bz2
fuse4x: fix md5
fuse4x was incorrectly tagged and pointed to the tree without 'version update' commit. Fix the tag and homebrew formula. Closes #12543. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
-rw-r--r--Library/Formula/fuse4x.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 273eb76da..2ad2747a2 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -3,7 +3,7 @@ require 'formula'
class Fuse4x < Formula
homepage 'http://fuse4x.github.com'
url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_9_1'
- md5 'e8718347579bbd3900e8243f527ea7a2'
+ md5 '1c82dd00feff6e422b6cef81abd98185'
version "0.9.1"
depends_on "automake" => :build