diff options
| -rw-r--r-- | Library/Formula/cloud-watch.rb | 4 |
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 |
