diff options
| author | y_uuki | 2013-06-23 01:03:18 +0900 |
|---|---|---|
| committer | Jack Nagel | 2013-06-22 12:24:57 -0500 |
| commit | 7ce9b8527aaac5733665a606641f42842524b44c (patch) | |
| tree | e209a89dab3d47683e54a9ea7ccbb61c993182d5 /Library/Formula | |
| parent | 35fc7adc02b9d1e04584b8105447684f0bb164f3 (diff) | |
| download | homebrew-7ce9b8527aaac5733665a606641f42842524b44c.tar.bz2 | |
rrdtool 1.4.8
Closes #20692.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb index cc58b9c1f..a2b208c28 100644 --- a/Library/Formula/rrdtool.rb +++ b/Library/Formula/rrdtool.rb @@ -2,8 +2,8 @@ require 'formula' class Rrdtool < Formula homepage 'http://oss.oetiker.ch/rrdtool/index.en.html' - url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.7.tar.gz' - sha1 'faab7df7696b69f85d6f89dd9708d7cf0c9a273b' + url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.8.tar.gz' + sha1 '56d68857f39e70bfa32360947614d8220702ed02' depends_on 'pkg-config' => :build depends_on 'glib' @@ -52,11 +52,11 @@ end __END__ diff --git a/configure b/configure -index 7487ad2..e7b85c1 100755 +index 266754d..d21ab33 100755 --- a/configure +++ b/configure -@@ -31663,18 +31663,6 @@ $as_echo_n "checking in... " >&6; } - { $as_echo "$as_me:$LINENO: result: and out again" >&5 +@@ -23868,18 +23868,6 @@ $as_echo_n "checking in... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 $as_echo "and out again" >&6; } -echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 @@ -69,7 +69,7 @@ index 7487ad2..e7b85c1 100755 -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 --{ $as_echo "$as_me:$LINENO: result: just kidding ;-)" >&5 +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5 -$as_echo " just kidding ;-)" >&6; } echo echo "----------------------------------------------------------------" |
