diff options
| author | Jack Nagel | 2015-04-17 13:40:59 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-04-17 13:40:59 -0400 |
| commit | ba872f3e38832ff42c1a6258199646754f8f32f1 (patch) | |
| tree | 4872423e28ddbfd0805b82bb6041aac88e87f5c6 | |
| parent | a2c8949bb00680b52241b8208ff51eacd127be34 (diff) | |
| download | homebrew-ba872f3e38832ff42c1a6258199646754f8f32f1.tar.bz2 | |
idnits 2.13.02
| -rw-r--r-- | Library/Formula/idnits.rb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/idnits.rb b/Library/Formula/idnits.rb index 8f2bbc3e5..0eb4a2c0a 100644 --- a/Library/Formula/idnits.rb +++ b/Library/Formula/idnits.rb @@ -1,14 +1,11 @@ -require 'formula' - class Idnits < Formula - homepage 'http://tools.ietf.org/tools/idnits/' - url 'http://tools.ietf.org/tools/idnits/idnits-2.13.00.tgz' - sha1 '25a390110679257706b2498f6519963b4f75d867' + homepage "https://tools.ietf.org/tools/idnits/" + url "https://tools.ietf.org/tools/idnits/idnits-2.13.02.tgz" + sha256 "6e42b044c79dc4e616d10ee9e283c20acc741601811a6acfc0c0d310afdf0823" - depends_on 'aspell' + depends_on "aspell" def install bin.install "idnits" - prefix.install_metafiles end end |
