From 7475078f2b4f1f9a14f87d66eabe1f1c18e33aa2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 20 Nov 2013 21:29:34 -0800 Subject: fwknop: remove comments --- Library/Formula/fwknop.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/fwknop.rb b/Library/Formula/fwknop.rb index 8180696ac..ac5b3f98f 100644 --- a/Library/Formula/fwknop.rb +++ b/Library/Formula/fwknop.rb @@ -2,19 +2,15 @@ require 'formula' class Fwknop < Formula homepage 'http://www.cipherdyne.org/fwknop/' + head 'https://github.com/mrash/fwknop.git' url 'https://github.com/mrash/fwknop/archive/2.5.1-1.tar.gz' version '2.5.1-1' sha1 '3f6c43b91ab555d7652b81c16bccfc8049eb0f92' - head 'https://github.com/mrash/fwknop.git' - - # needed for running autogen.sh script in GitHub release tarball - # as well as when building from HEAD depends_on :automake depends_on :autoconf depends_on :libtool - # needed for gpg support depends_on 'gpgme' => :optional def install -- cgit v1.2.3