signing-party: fix audit warning
This commit is contained in:
parent
cb8520ae0d
commit
05cf7d919f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class SigningParty < Formula
|
||||
url 'http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_1.1.4.orig.tar.gz'
|
||||
homepage 'http://pgp-tools.alioth.debian.org/'
|
||||
url 'http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_1.1.4.orig.tar.gz'
|
||||
md5 '675f8f1edd01baa8b58a743927d13750'
|
||||
|
||||
depends_on 'gnupg' unless system "/usr/bin/which -s gpg"
|
||||
|
|
Loading…
Reference in a new issue