diff options
| author | Mike McQuaid | 2013-09-27 19:42:01 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-27 19:42:01 +0100 | 
| commit | 7bc56cf5e44f98569841828b6e3b89abcf3b0e91 (patch) | |
| tree | ce7c0ba1ecfcd3880bf7431c9567b8fde1abac0a /Library/Formula/aws-sns-cli.rb | |
| parent | c3c16bda1372d08e1e61ef2eb1de50e20ffb43b8 (diff) | |
| download | homebrew-7bc56cf5e44f98569841828b6e3b89abcf3b0e91.tar.bz2 | |
aws-sns-cli: bump version.
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 e6aeb6612..c0f29136c 100644 --- a/Library/Formula/aws-sns-cli.rb +++ b/Library/Formula/aws-sns-cli.rb @@ -4,7 +4,7 @@ class AwsSnsCli < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/3688'    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' +  version '2013-09-27'    sha1 '192bd9e682f2b27a3c10f207f7a85c65dcaae471'    def install  | 
