wimlib 1.5.3
Closes Homebrew/homebrew#25278. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
25d8330489
commit
57047e2270
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Wimlib < Formula
|
||||
homepage 'http://sourceforge.net/projects/wimlib/'
|
||||
url 'http://downloads.sourceforge.net/project/wimlib/wimlib-1.5.1.tar.gz'
|
||||
sha1 '797632bda0fe2da3716c1aea3891646fbc5de93b'
|
||||
url 'http://downloads.sourceforge.net/project/wimlib/wimlib-1.5.3.tar.gz'
|
||||
sha1 '07cfd75ad452cb29f0061196db3bb38230ece3de'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'ntfs-3g'
|
||||
|
|
Loading…
Reference in a new issue