aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-07-11 16:13:08 -0500
committerMisty De Meo2012-07-11 17:10:36 -0500
commitf08622f13dc287338be3741101ad0865a693c98d (patch)
treea7f3cda256e4a37d091889dec9cd454013120949 /Library/Formula/rrdtool.rb
parentea831ce93a5497aed9c8ff736e47328b50f1ec43 (diff)
downloadhomebrew-f08622f13dc287338be3741101ad0865a693c98d.tar.bz2
rrdtool 1.4.7
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 533959d39..eae6c3a1c 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.5.tar.gz'
+ url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.7.tar.gz'
homepage 'http://oss.oetiker.ch/rrdtool/index.en.html'
- md5 '4d116dba9a0888d8aaac179e35d3980a'
+ sha1 'faab7df7696b69f85d6f89dd9708d7cf0c9a273b'
depends_on 'pkg-config' => :build
depends_on 'gettext'