Skip to content

Commit

Permalink
e2fsprogs 1.42.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Jul 20, 2014
1 parent ff909d7 commit 5691057
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/e2fsprogs.rb
@@ -1,16 +1,16 @@
require 'formula'
require "formula"

class E2fsprogs < Formula
homepage 'http://e2fsprogs.sourceforge.net/'
url 'https://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.10.tar.gz'
sha1 '06eba8a78ce1d5032fdcaf34f09025f01ceaca79'
homepage "http://e2fsprogs.sourceforge.net/"
url "https://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.11.tar.gz"
sha1 "3d30eb40f3ca69dcef373a505a061b582e1026c2"

head 'https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git'
head "https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"

keg_only "This brew installs several commands which override OS X-provided file system commands."

depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on "pkg-config" => :build
depends_on "gettext"

# MacPorts patch to compile libs correctly.
# Fix a bare return for clang.
Expand Down

0 comments on commit 5691057

Please sign in to comment.