libzip: use Homebrew `curl` for source download (#88147)

The download fails with system `curl`. See #87848.
master
Carlo Cabrera 2021-10-28 13:24:26 +08:00 committed by GitHub
parent ece0e039d5
commit bf4adb7855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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