diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rds-command-line-tools.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rds-command-line-tools.rb b/Library/Formula/rds-command-line-tools.rb index ae1001611..45d193c4a 100644 --- a/Library/Formula/rds-command-line-tools.rb +++ b/Library/Formula/rds-command-line-tools.rb @@ -2,8 +2,9 @@ require 'formula' class RdsCommandLineTools < AmazonWebServicesFormula homepage 'http://aws.amazon.com/developertools/2928' - url 'http://s3.amazonaws.com/rds-downloads/RDSCli-1.8.002.zip' - md5 'e695e43a1bd3b124f729ffd98959ecf9' + url 'http://s3.amazonaws.com/rds-downloads/RDSCli.zip' + version '1.9.002' + sha1 'f718bf2288461b0d2bc9b9479af1afdabecce4d6' def install standard_install |
