aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-08-21 00:25:35 -0700
committerMike McQuaid2014-08-21 14:37:13 +0100
commite93ebde4a06d25cfa6e705b609f0521bbd55f061 (patch)
treefe2560a09d5099d849e915f1024afb24ab844f99
parentac8695a37597d9285cc75a61e3ec6e290476e6c5 (diff)
downloadhomebrew-e93ebde4a06d25cfa6e705b609f0521bbd55f061.tar.bz2
fwknop 2.6.3
-rw-r--r--Library/Formula/fwknop.rb10
1 files changed, 5 insertions, 5 deletions
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