rds-command-line-tools: use versioned download
Closes Homebrew/homebrew#17190. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
61d334dedf
commit
fb00398908
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ require 'formula'
|
|||
|
||||
class RdsCommandLineTools < AmazonWebServicesFormula
|
||||
homepage 'http://aws.amazon.com/developertools/2928'
|
||||
url 'http://s3.amazonaws.com/rds-downloads/RDSCli.zip'
|
||||
version '1.10.003'
|
||||
url 'https://s3.amazonaws.com/rds-downloads/RDSCli-1.10.003.zip'
|
||||
sha1 '668cd776e88f76084164811cb4cab3e6373009dc'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue