diff options
| author | Brett Koonce | 2014-01-16 00:49:55 -0600 |
|---|---|---|
| committer | Brett Koonce | 2014-01-17 17:57:16 -0600 |
| commit | 728d13ad20fd4e4f2c590524d01c7e3dc87e8fc9 (patch) | |
| tree | 3783a68e23dd7f840f5ca95672c5a8ab2fa461d7 /Library | |
| parent | e31e58a00032bcecc3d9d28e0617a841c17e81f8 (diff) | |
| download | homebrew-728d13ad20fd4e4f2c590524d01c7e3dc87e8fc9.tar.bz2 | |
e2fsprogs 1.42.9
Closes #25957.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/e2fsprogs.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/e2fsprogs.rb b/Library/Formula/e2fsprogs.rb index f295e1612..de5466bb6 100644 --- a/Library/Formula/e2fsprogs.rb +++ b/Library/Formula/e2fsprogs.rb @@ -2,8 +2,8 @@ require 'formula' class E2fsprogs < Formula homepage 'http://e2fsprogs.sourceforge.net/' - url 'http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.8.tar.gz' - sha1 '79cdb2374a9c0e68f01739598679db06d546b897' + url 'http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.9.tar.gz' + sha1 'fb8e3662302bcab1682d567d6ee0ff051faa1bbd' head 'https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git' @@ -21,7 +21,7 @@ class E2fsprogs < Formula end def install - system "./configure", "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}", "--disable-e2initrd-helper" system "make" system "make install" system "make install-libs" |
