aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pwgen.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/pwgen.rb b/Library/Formula/pwgen.rb
index a7f71f315..af3368b47 100644
--- a/Library/Formula/pwgen.rb
+++ b/Library/Formula/pwgen.rb
@@ -1,9 +1,7 @@
-require 'formula'
-
class Pwgen < Formula
- homepage 'http://pwgen.sourceforge.net/'
- url 'https://downloads.sourceforge.net/project/pwgen/pwgen/2.06/pwgen-2.06.tar.gz'
- sha1 '43dc4fbe6c3bdf96ae24b20d44c4a4584df93d8e'
+ homepage "http://pwgen.sourceforge.net/"
+ url "https://downloads.sourceforge.net/project/pwgen/pwgen/2.07/pwgen-2.07.tar.gz"
+ sha1 "51180f9cd5530d79eea18b2443780dec4ec5ea43"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
@@ -13,6 +11,6 @@ class Pwgen < Formula
end
test do
- system "#{bin}/pwgen", '--secure', '20', '10'
+ system "#{bin}/pwgen", "--secure", "20", "10"
end
end