diff options
| author | Brett Koonce | 2014-07-19 17:39:05 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-19 23:40:27 -0700 |
| commit | 5b5e009d86ae7218f2ccf9a5c3405c855bd09ed1 (patch) | |
| tree | 761216bf529ef6d20e8cd68b5a24212b103eeb35 /Library/Formula | |
| parent | c665e15e7202698ff2aa9b00b986a99da33eba47 (diff) | |
| download | homebrew-5b5e009d86ae7218f2ccf9a5c3405c855bd09ed1.tar.bz2 | |
wimlib 1.7.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wimlib.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/wimlib.rb b/Library/Formula/wimlib.rb index 066272da9..a99ea974b 100644 --- a/Library/Formula/wimlib.rb +++ b/Library/Formula/wimlib.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Wimlib < Formula - homepage 'http://sourceforge.net/projects/wimlib/' - url 'https://downloads.sourceforge.net/project/wimlib/wimlib-1.5.3.tar.gz' - sha1 '07cfd75ad452cb29f0061196db3bb38230ece3de' + homepage "http://sourceforge.net/projects/wimlib/" + url "https://downloads.sourceforge.net/project/wimlib/wimlib-1.7.0.tar.gz" + sha1 "7f9bdd44a11f04e1550286b574579f48e2584d5a" bottle do cellar :any @@ -12,8 +12,8 @@ class Wimlib < Formula sha1 "f7ed2dcc8efebe0702f188d3c0846392438b0c70" => :lion end - depends_on 'pkg-config' => :build - depends_on 'ntfs-3g' + depends_on "pkg-config" => :build + depends_on "ntfs-3g" def install system "./configure", "--disable-debug", |
