diff options
| author | Jack Nagel | 2013-03-15 17:39:25 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-15 17:39:27 -0500 | 
| commit | 7d6d1bd3fbb15ee95bdbf33806a3bf4e5fcd0b55 (patch) | |
| tree | a9c111bd39dd116bf40643d137c96f9a978658a4 /Library/Formula/aws-sns-cli.rb | |
| parent | 7494d7fec2eadba2c4887c4b48b216f18695afbd (diff) | |
| download | homebrew-7d6d1bd3fbb15ee95bdbf33806a3bf4e5fcd0b55.tar.bz2 | |
aws-sns-cli: update checksum
Diffstat (limited to 'Library/Formula/aws-sns-cli.rb')
| -rw-r--r-- | Library/Formula/aws-sns-cli.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aws-sns-cli.rb b/Library/Formula/aws-sns-cli.rb index 681d1eaf4..b4c851f01 100644 --- a/Library/Formula/aws-sns-cli.rb +++ b/Library/Formula/aws-sns-cli.rb @@ -5,7 +5,7 @@ class AwsSnsCli < AmazonWebServicesFormula    url 'http://sns-public-resources.s3.amazonaws.com/SimpleNotificationServiceCli-2010-03-31.zip'    # The version in the tarball is the API version; this is the tool version    version '2012-03-31' -  sha1 '979ab6bc3026a9889d014a1d52fe82635aa4326a' +  sha1 'b7b2c1dc0e604b3fb4056845eeea03a51bc6cd7b'    def install      rm Dir['bin/*.cmd'] # Remove Windows versions  | 
