diff options
| author | Adam Vandenberg | 2012-08-27 10:40:53 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-27 10:41:18 -0700 | 
| commit | 72755a3275ea2be16bd531416f5bb21303f3a867 (patch) | |
| tree | 00c0fbbaf04a86b6ede24b0298b50dbf631ab325 /Library/Formula/aws-sns-cli.rb | |
| parent | 5f053874870873b8274e45e4ace365bc8c096b76 (diff) | |
| download | homebrew-72755a3275ea2be16bd531416f5bb21303f3a867.tar.bz2 | |
aws-sns-cli: fix version and checksum
Closes #14479.
Diffstat (limited to 'Library/Formula/aws-sns-cli.rb')
| -rw-r--r-- | Library/Formula/aws-sns-cli.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/aws-sns-cli.rb b/Library/Formula/aws-sns-cli.rb index ebbf49d38..f4eb91aad 100644 --- a/Library/Formula/aws-sns-cli.rb +++ b/Library/Formula/aws-sns-cli.rb @@ -3,7 +3,9 @@ require 'formula'  class AwsSnsCli < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/3688'    url 'http://sns-public-resources.s3.amazonaws.com/SimpleNotificationServiceCli-2010-03-31.zip' -  sha1 'e41084d375328f502546c303bc848f9ce9d1daa4' +  # The version in the tarball is the API version; this is the tool version +  version '2012-03-27' +  sha1 'b2cb8645887263c5550271be3b564e102c99943d'    def install      standard_install  | 
