diff options
| author | Don Barlow | 2010-09-01 20:17:22 -0700 |
|---|---|---|
| committer | David Höppner | 2010-09-02 10:35:03 +0200 |
| commit | 6f43d723d47fab7fad02b64b980d26e6716a22f1 (patch) | |
| tree | c4bf867a0a81e536f90eabd72bb4be868d1f1e3f /Library/Formula | |
| parent | 26b8549275a4c3870d090e67558d89bece99a421 (diff) | |
| download | homebrew-6f43d723d47fab7fad02b64b980d26e6716a22f1.tar.bz2 | |
update RDSCli to 1.2.006
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rds-command-line-tools.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rds-command-line-tools.rb b/Library/Formula/rds-command-line-tools.rb index 6a02ec1e6..7916345a3 100644 --- a/Library/Formula/rds-command-line-tools.rb +++ b/Library/Formula/rds-command-line-tools.rb @@ -5,9 +5,9 @@ require "#{File.dirname __FILE__}/ec2-api-tools.rb" class RdsCommandLineTools <AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2928' - url 'http://s3.amazonaws.com/rds-downloads/RDSCli.zip' - md5 'a4c7f9efca4c19b9f9073945a5bbc7b9' - version '1.1.005' + url 'http://s3.amazonaws.com/rds-downloads/RDSCli-1.2.006.zip' + md5 '72c5b14b049c874b59b8a44657d4dc60' + version '1.2.006' def install standard_install |
