libzip 0.11.2
Closes Homebrew/homebrew#25923. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0fdf1858a8
commit
8fce21eba4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libzip < Formula
|
||||
homepage 'http://www.nih.at/libzip/'
|
||||
url 'http://www.nih.at/libzip/libzip-0.11.1.tar.gz'
|
||||
sha1 '729a141fd3b47f34a94e8fd8a9ee1b25f0c8e922'
|
||||
url 'http://www.nih.at/libzip/libzip-0.11.2.tar.gz'
|
||||
sha1 'eeb3b5567fcf3532fa4bcb6440a87c7ad8507d2d'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue