diff options
| author | Brett Koonce | 2014-08-17 09:32:41 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-17 10:34:43 -0700 |
| commit | 8ec96465395f7a5bb1e4852c52f721ce28a80586 (patch) | |
| tree | df8da9dd2e74805945cd26e6099a8639dc420077 /Library/Formula | |
| parent | db81f7b767feaa79f90bcd106de3c7fcf155c52e (diff) | |
| download | homebrew-8ec96465395f7a5bb1e4852c52f721ce28a80586.tar.bz2 | |
ktoblzcheck 1.46
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ktoblzcheck.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ktoblzcheck.rb b/Library/Formula/ktoblzcheck.rb index ec7602be2..8ec95b564 100644 --- a/Library/Formula/ktoblzcheck.rb +++ b/Library/Formula/ktoblzcheck.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Ktoblzcheck < Formula - homepage 'http://ktoblzcheck.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.45.tar.gz' - sha1 'a552012bb219ac24dcdbac977cf94c951bfe31bc' + homepage "http://ktoblzcheck.sourceforge.net/" + url "https://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.46.tar.gz" + sha1 "a97b7365cc9c103cc83115604d7c0dcf74b6ea71" def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
