From e93ebde4a06d25cfa6e705b609f0521bbd55f061 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Thu, 21 Aug 2014 00:25:35 -0700 Subject: fwknop 2.6.3 --- Library/Formula/fwknop.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/fwknop.rb b/Library/Formula/fwknop.rb index 2d7a987d1..6316c54f5 100644 --- a/Library/Formula/fwknop.rb +++ b/Library/Formula/fwknop.rb @@ -1,10 +1,10 @@ -require 'formula' +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.6.2.tar.gz' - sha1 '3e518d3db0831061b027475869c77a7ff304219e' + homepage "http://www.cipherdyne.org/fwknop/" + head "https://github.com/mrash/fwknop.git" + url "https://github.com/mrash/fwknop/archive/2.6.3.tar.gz" + sha1 "ea83821d082e640bc70438f00578d3c049d4de8a" depends_on "automake" => :build depends_on "autoconf" => :build -- cgit v1.2.3