diff options
| author | Misty De Meo | 2012-07-11 16:13:08 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2012-07-11 17:10:36 -0500 | 
| commit | f08622f13dc287338be3741101ad0865a693c98d (patch) | |
| tree | a7f3cda256e4a37d091889dec9cd454013120949 /Library/Formula/rrdtool.rb | |
| parent | ea831ce93a5497aed9c8ff736e47328b50f1ec43 (diff) | |
| download | homebrew-f08622f13dc287338be3741101ad0865a693c98d.tar.bz2 | |
rrdtool 1.4.7
Diffstat (limited to 'Library/Formula/rrdtool.rb')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 4 | 
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'  | 
