diff options
| author | chdiza | 2015-04-07 14:24:55 -0400 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-09 20:22:23 +0800 | 
| commit | ffa7f853d75fd9a6eb0d865b3aa09b9585053868 (patch) | |
| tree | c0e20498864f2c8ecc8f4a1a2e6ced184f11b2d5 | |
| parent | 8ff6475301b4684e566958167bd0ae8f6d073e77 (diff) | |
| download | homebrew-ffa7f853d75fd9a6eb0d865b3aa09b9585053868.tar.bz2 | |
pinentry 0.9.1
Closes #38442.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/pinentry.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index 865a9e2b6..75badc30a 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -1,7 +1,8 @@  class Pinentry < Formula -  homepage "http://www.gnupg.org/related_software/pinentry/index.en.html" -  url "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.0.tar.bz2" -  sha1 "f8e5c774c35fbb91d84e82559baf76f6b4513236" +  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" +  sha256 "9cd08e856b395df3adc7124170b53f77c6d5c8bf88e899e818648ec70d3e9695"    bottle do      cellar :any | 
