diff options
| author | Timothy Sutton | 2014-11-25 18:24:27 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-26 11:48:15 +0000 |
| commit | 2191c8712d7950e8fd61e177ebd8331913654813 (patch) | |
| tree | 3cf3b27726b9b3ff1deee3367643703394f27ff9 /Library | |
| parent | 84d37e70c2830d64d181b6267e051f16fb271d29 (diff) | |
| download | homebrew-2191c8712d7950e8fd61e177ebd8331913654813.tar.bz2 | |
wimlib 1.7.3
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wimlib.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/wimlib.rb b/Library/Formula/wimlib.rb index e058c18e4..ec45a6d29 100644 --- a/Library/Formula/wimlib.rb +++ b/Library/Formula/wimlib.rb @@ -2,8 +2,8 @@ require "formula" class Wimlib < Formula homepage "http://sourceforge.net/projects/wimlib/" - url "https://downloads.sourceforge.net/project/wimlib/wimlib-1.7.1.tar.gz" - sha1 "ffbd2f138b396b0f1fb684294747d9c8b5421188" + url "https://downloads.sourceforge.net/project/wimlib/wimlib-1.7.3.tar.gz" + sha1 "3e6633b932dec774fa348511efb1ec505159a481" bottle do cellar :any @@ -15,6 +15,7 @@ class Wimlib < Formula depends_on "pkg-config" => :build depends_on "ntfs-3g" + depends_on "openssl" def install system "./configure", "--disable-debug", |
