diff options
| author | Jack Nagel | 2013-05-06 09:47:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-06 09:47:14 -0500 |
| commit | 1f4457e49b21e5722094edbb01691b46ede884be (patch) | |
| tree | d95a155df377e3ae7dc8c4828c8e88af9cfc6be6 /Library/Formula | |
| parent | bee263a0d5370ca611d87eb34c5475ca2fc55231 (diff) | |
| download | homebrew-1f4457e49b21e5722094edbb01691b46ede884be.tar.bz2 | |
pinentry 0.8.3
Diffstat (limited to 'Library/Formula')
| -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 67067323b..84de83073 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.2.tar.bz2' - sha1 'eeee9e80ea02f63bdac1cb03eb1785ab2cd57f90' + url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.3.tar.bz2' + sha1 'fc0efe5d375568f90ddbb23ee68e173411a49d4a' depends_on 'pkg-config' => :build |
