aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGeorge Kulakowski2011-02-22 14:36:18 -0500
committerAdam Vandenberg2011-02-22 12:20:25 -0800
commit697fb7c7b60cfcfd1a3618f9560831fb1dbeffcc (patch)
tree17ae1ae664e0feb4b7766af9a4083802aba56ff2 /Library
parentbb6abde4ae53171dc9c0c709bdb117c3c7b9f77b (diff)
downloadhomebrew-697fb7c7b60cfcfd1a3618f9560831fb1dbeffcc.tar.bz2
Fix cloud-watch md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cloud-watch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cloud-watch.rb b/Library/Formula/cloud-watch.rb
index c0aa56990..8f81f1095 100644
--- a/Library/Formula/cloud-watch.rb
+++ b/Library/Formula/cloud-watch.rb
@@ -7,7 +7,7 @@ class CloudWatch <AmazonWebServicesFormula
version '1.0.9.3'
homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2534&categoryID=251'
url 'http://ec2-downloads.s3.amazonaws.com/CloudWatch-2010-08-01.zip'
- md5 '2ad0bc02b1ff16e541936f3676e7e847'
+ md5 'c07cd65f810f673cdd331f56a2c81dad'
def install
standard_install
@@ -20,4 +20,4 @@ class CloudWatch <AmazonWebServicesFormula
EOS
return s
end
-end \ No newline at end of file
+end