aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/collectd.rb
diff options
context:
space:
mode:
authorPiotr Usewicz2010-06-01 11:23:56 +0100
committerAdam Vandenberg2010-06-01 07:45:30 -0700
commit34898e7284114684690d958757d889c6bb042d07 (patch)
tree34dfa27c4128fb56a345c195fadd7ff2c63470dc /Library/Formula/collectd.rb
parenta387769735df9a7adf5d1d6cf5bd3f3104abfef0 (diff)
downloadhomebrew-34898e7284114684690d958757d889c6bb042d07.tar.bz2
Updated collectd to 4.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/collectd.rb')
-rw-r--r--Library/Formula/collectd.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/collectd.rb b/Library/Formula/collectd.rb
index 2c70036f1..935bb1e8e 100644
--- a/Library/Formula/collectd.rb
+++ b/Library/Formula/collectd.rb
@@ -1,10 +1,10 @@
require 'formula'
class Collectd <Formula
- url 'http://collectd.org/files/collectd-4.9.1.tar.bz2'
+ url 'http://collectd.org/files/collectd-4.10.0.tar.bz2'
homepage 'http://collectd.org/'
- md5 '5753496651c8c84afaea1fe290876bfc'
-
+ md5 '2f671d267bf6cb1a9d385107ba7b734d'
+
def skip_clean? path
true
end