diff options
| author | Nick Huanca | 2015-02-02 18:47:36 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-03 08:33:29 +0000 | 
| commit | 697e212600489799aff4214f2730559e1e5ca219 (patch) | |
| tree | 25f7660c7f932e672f5fe6cb639a4844521e0d49 /Library/Formula/ansible.rb | |
| parent | fd5b7a245b4cc9f78b39ea68c92cb35f87af89d2 (diff) | |
| download | homebrew-697e212600489799aff4214f2730559e1e5ca219.tar.bz2 | |
ansible: update boto resource.
Updated boto so that we can have eu-central-1 conn.get_all_load_balancers() for
adding ELBs to Frankfurt Region.
Closes #36483.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ansible.rb')
| -rw-r--r-- | Library/Formula/ansible.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb index 733bc9466..089cc69de 100644 --- a/Library/Formula/ansible.rb +++ b/Library/Formula/ansible.rb @@ -41,8 +41,8 @@ class Ansible < Formula    end    resource "boto" do -    url "https://pypi.python.org/packages/source/b/boto/boto-2.34.0.tar.gz" -    sha1 "e19d252b58054a7711fae910324e26b2b551a44d" +    url "https://pypi.python.org/packages/source/b/boto/boto-2.36.0.tar.gz" +    sha1 "f230ff9b041d3b43244086e38b7b6029450898be"    end    resource "pyyaml" do  | 
