aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexis Hildebrandt2012-03-17 09:23:17 +0100
committerAdam Vandenberg2012-03-17 08:33:16 -0700
commit2d94c78b05e4d695f605d1f2e4a29ebf2bfc80af (patch)
tree64a3020cbe45a85b8a6da492f6482f70694bf651 /Library/Formula
parente42e606c89ec6929662efc10e58a0db797374cd9 (diff)
downloadhomebrew-2d94c78b05e4d695f605d1f2e4a29ebf2bfc80af.tar.bz2
ktoblzcheck 1.3.7
Closes #11001. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ktoblzcheck.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ktoblzcheck.rb b/Library/Formula/ktoblzcheck.rb
index a5d4f5a40..03ad97bb3 100644
--- a/Library/Formula/ktoblzcheck.rb
+++ b/Library/Formula/ktoblzcheck.rb
@@ -1,12 +1,13 @@
require 'formula'
class Ktoblzcheck < Formula
- url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.34.tar.gz'
homepage 'http://ktoblzcheck.sourceforge.net/'
- md5 '49cee11021614946400b96cc5603f1a5'
+ url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.37.tar.gz'
+ md5 '93b540b5478bfb1b078613cbf1cc2446'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make"
ENV.j1
system "make install"