libzip: use Homebrew `curl` for source download (#88147)
The download fails with system `curl`. See #87848.master
parent
ece0e039d5
commit
bf4adb7855
|
@ -1,7 +1,7 @@
|
|||
class Libzip < Formula
|
||||
desc "C library for reading, creating, and modifying zip archives"
|
||||
homepage "https://libzip.org/"
|
||||
url "https://libzip.org/download/libzip-1.8.0.tar.xz"
|
||||
url "https://libzip.org/download/libzip-1.8.0.tar.xz", using: :homebrew_curl
|
||||
sha256 "f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e"
|
||||
license "BSD-3-Clause"
|
||||
revision 1
|
||||
|
|
Loading…
Reference in New Issue