pinentry: use a mirror that supports https
Closes Homebrew/homebrew#38481. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
eb2805bf17
commit
ef3d212a64
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Pinentry < Formula
|
||||
homepage "https://www.gnupg.org/related_software/pinentry/index.en.html"
|
||||
url "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.1.tar.bz2"
|
||||
mirror "http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.1.tar.bz2"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.1.tar.bz2"
|
||||
sha256 "9cd08e856b395df3adc7124170b53f77c6d5c8bf88e899e818648ec70d3e9695"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue