Formula gpgme url fix

I corrected the gpgme home page url to reflect the fact that gpgme is
more than just gpg.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
burningTyger 2010-11-16 23:05:57 +01:00 committed by Adam Vandenberg
parent 8b275c916a
commit 414fa66036
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'formula'
class Gpgme < Formula class Gpgme < Formula
url 'ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.8.tar.bz2' url 'ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.8.tar.bz2'
homepage 'http://www.gnupg.org' homepage 'http://www.gnupg.org/gpgme.html'
sha1 'e56da614f3e6acc1cb51af767c77f4a95b05b1e8' sha1 'e56da614f3e6acc1cb51af767c77f4a95b05b1e8'
depends_on 'gnupg' depends_on 'gnupg'