diff options
| author | Alexis Hildebrandt | 2011-02-16 11:03:37 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-17 08:53:00 -0800 |
| commit | 9bbe97a6f87be9b740dd764180e8df883f96e666 (patch) | |
| tree | b9eb871b8ea71d57d4cd9c6b8ad4beda7de8ac46 /Library | |
| parent | f686cfc1f035568442f3ca73c5253871d982e495 (diff) | |
| download | homebrew-9bbe97a6f87be9b740dd764180e8df883f96e666.tar.bz2 | |
Update Formula: ktoblzcheck
Version bump to 1.31
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ktoblzcheck.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ktoblzcheck.rb b/Library/Formula/ktoblzcheck.rb index 85ec39eb9..98907f49a 100644 --- a/Library/Formula/ktoblzcheck.rb +++ b/Library/Formula/ktoblzcheck.rb @@ -1,9 +1,9 @@ require 'formula' class Ktoblzcheck <Formula - url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.29.tar.gz' + url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.31.tar.gz' homepage 'http://ktoblzcheck.sourceforge.net/' - md5 '49b3d70f8c735bfb6060edec349565c0' + md5 '2bc5fd7b3d6785527f7f0ea565c35e29' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
