diff options
| author | chdiza | 2014-09-20 10:44:14 -0400 | 
|---|---|---|
| committer | Tim D. Smith | 2014-09-20 09:27:08 -0700 | 
| commit | c9261b3fabd8524645fb0df13fc9bbdd83417aca (patch) | |
| tree | 8c1f79690240e96ebbda4a878ecf3b09be5a4966 | |
| parent | 76375071386912f7ccbe12331690085abadbc563 (diff) | |
| download | homebrew-c9261b3fabd8524645fb0df13fc9bbdd83417aca.tar.bz2 | |
pinentry 0.8.4
| -rw-r--r-- | Library/Formula/pinentry.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index cf6b5f317..0ecc9d839 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -2,8 +2,8 @@ require 'formula'  class Pinentry < Formula    homepage 'http://www.gnupg.org/related_software/pinentry/index.en.html' -  url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.3.tar.bz2' -  sha1 'fc0efe5d375568f90ddbb23ee68e173411a49d4a' +  url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.4.tar.bz2' +  sha1 '36c94980ceab5c15e188de121f7ab4c7ee6b3521'    bottle do      cellar :any | 
