diff options
| author | Viktor Szakats | 2015-04-09 14:32:01 +0200 |
|---|---|---|
| committer | Xu Cheng | 2015-04-09 21:14:36 +0800 |
| commit | 0e742da690376ef297fc58952fefb1f9d3b07839 (patch) | |
| tree | e6bc6990e5d8f728da7ec8ae16fbdd780caf095d | |
| parent | b1fdc1b9639316a9b8fb9283d7dd2d7a6a577c8f (diff) | |
| download | homebrew-0e742da690376ef297fc58952fefb1f9d3b07839.tar.bz2 | |
pinentry: use a mirror that supports https
Closes #38481.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/pinentry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index 5ff573eef..465d1b0b6 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -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 |
