aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
diff options
context:
space:
mode:
authorOsman Üngür2011-07-05 01:49:25 -0700
committerAdam Vandenberg2011-07-05 09:41:23 -0700
commit0016c8b59ba5f46633bb1d197fd5e74b22756c30 (patch)
tree30e4507f0345b2e7851fa26c29d28f70e6c5929d /Library/Formula/rrdtool.rb
parent3137b6ac9ff2a37380cdabb68a25a5144e38ab29 (diff)
downloadhomebrew-0016c8b59ba5f46633bb1d197fd5e74b22756c30.tar.bz2
RRDTool 1.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rrdtool.rb')
-rw-r--r--Library/Formula/rrdtool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index 380b26606..854d8a324 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -1,9 +1,9 @@
require 'formula'
class Rrdtool < Formula
- url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.4.tar.gz'
+ url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz'
homepage 'http://oss.oetiker.ch/rrdtool/index.en.html'
- md5 '93ad2fc2e9ddcd7d99c611fe30284a54'
+ md5 '4d116dba9a0888d8aaac179e35d3980a'
depends_on 'pkg-config' => :build
depends_on 'gettext'