diff options
| author | Gerard Lledo | 2013-02-19 19:22:51 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-19 10:59:50 -0800 |
| commit | 2d55e519d35342dd9213b51728ca9558ff954f3f (patch) | |
| tree | 283432601fb9cdc3a36b5da6e73cdf9b86c3cfd4 /Library/Formula/ext4fuse.rb | |
| parent | 4f1b90e83528b1535673de36129befa7e1c76ccd (diff) | |
| download | homebrew-2d55e519d35342dd9213b51728ca9558ff954f3f.tar.bz2 | |
ext4fuse 0.1.3
Closes #17953.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ext4fuse.rb')
| -rw-r--r-- | Library/Formula/ext4fuse.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ext4fuse.rb b/Library/Formula/ext4fuse.rb index e308c3f65..1ae838f3e 100644 --- a/Library/Formula/ext4fuse.rb +++ b/Library/Formula/ext4fuse.rb @@ -2,8 +2,8 @@ require 'formula' class Ext4fuse < Formula homepage 'https://github.com/gerard/ext4fuse' - url 'https://github.com/gerard/ext4fuse/archive/v0.1.2.tar.gz' - sha1 'ba46e5964910d7ae42447836db1c5f1cd0e7de78' + url 'https://github.com/gerard/ext4fuse/archive/v0.1.3.tar.gz' + sha1 '87d436581fea73273d83779021a7a3c0158d7c41' head 'https://github.com/gerard/ext4fuse.git' |
