diff options
| author | Pierre Carrier | 2013-02-13 22:55:20 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-13 16:08:51 -0800 |
| commit | 7f15d09253a38feb9722322d269941c79125e06d (patch) | |
| tree | 006c231a328883e89c635724694f67df7b6d5dfe /Library | |
| parent | 638a042b0ec958a83e080e9457f86c78df339274 (diff) | |
| download | homebrew-7f15d09253a38feb9722322d269941c79125e06d.tar.bz2 | |
afuse 0.4.1 (fixes a serious bug)
Closes #17822.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/afuse.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb index 39ab58adc..e754697da 100644 --- a/Library/Formula/afuse.rb +++ b/Library/Formula/afuse.rb @@ -2,8 +2,8 @@ require 'formula' class Afuse < Formula homepage 'https://github.com/pcarrier/afuse/' - url 'https://afuse.googlecode.com/files/afuse-0.4.tar.gz' - sha1 '8587b9c590310a63519054c4a577388d15a3d7bb' + url 'https://afuse.googlecode.com/files/afuse-0.4.1.tar.gz' + sha1 '156b196a27c181eee8b192e7922fbe3c32c858e3' depends_on :automake depends_on :libtool |
