aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-22 23:45:39 -0500
committerJack Nagel2013-03-22 23:45:39 -0500
commite3dcc9edc6538d6e5d090bdda49e69d380c45c70 (patch)
treefcb991057d07e0d24b3589c7b789562da3eb1ebd /Library/Formula
parent35633640f3f322667ac067c73ab0b4c84022710c (diff)
downloadhomebrew-e3dcc9edc6538d6e5d090bdda49e69d380c45c70.tar.bz2
libgcrypt 1.5.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgcrypt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb
index 80970999f..7bc509591 100644
--- a/Library/Formula/libgcrypt.rb
+++ b/Library/Formula/libgcrypt.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libgcrypt < Formula
homepage 'http://gnupg.org/'
- url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2'
- sha1 '3e776d44375dc1a710560b98ae8437d5da6e32cf'
+ url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.bz2'
+ sha1 '8b60a26b7eae1a727d58932d6b1efeb5716648ed'
depends_on 'libgpg-error'