Skip to content

Commit

Permalink
libgcrypt 1.5.0
Browse files Browse the repository at this point in the history
The new 1.5 series maintains API compatiblity with the 1.4 series.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
jacknagel authored and martinploeger committed Oct 8, 2011
1 parent b7cf147 commit 16ce533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/libgcrypt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Libgcrypt < Formula
url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.6.tar.bz2'
sha1 '445b9e158aaf91e24eae3d1040c6213e9d9f5ba6'
url 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2'
sha1 '3e776d44375dc1a710560b98ae8437d5da6e32cf'
homepage 'http://directory.fsf.org/project/libgcrypt/'

depends_on 'libgpg-error'
Expand Down

0 comments on commit 16ce533

Please sign in to comment.