ansible 2.8.0

Closes #39988.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
This commit is contained in:
Michihito Shigemura 2019-05-17 18:41:17 +09:00 committed by Izaak Beekman
parent 034eba05b3
commit 8b40989b1d
No known key found for this signature in database
GPG key ID: A93CE70D8021BD0F
2 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@ class Ansible < Formula
desc "Automate deployment, configuration, and upgrading"
homepage "https://www.ansible.com/"
url "https://releases.ansible.com/ansible/ansible-2.7.10.tar.gz"
sha256 "84a42d1e371c4222c82e575cb6961fafd3afe920d84e4b6d87affabe400be294"
url "https://releases.ansible.com/ansible/ansible-2.8.0.tar.gz"
sha256 "7234dd7d89150dc5bf035bc1ec3c084a8a0699d89e1c9b06b2af6dd34b2ef3ae"
head "https://github.com/ansible/ansible.git", :branch => "devel"
bottle do
@ -42,13 +42,13 @@ class Ansible < Formula
### setup_requires dependencies
resource "pbr" do
url "https://files.pythonhosted.org/packages/97/76/c151aa4a3054ce63bb6bbd32f3541e4ae068534ed8b74ee2687f6773b013/pbr-5.1.3.tar.gz"
sha256 "8c361cc353d988e4f5b998555c88098b9d5964c2e11acf7b0d21925a66bb5824"
url "https://files.pythonhosted.org/packages/11/3d/3b5bbf398535d78a8cd7cf01441a745dedda5ca69f82658f2c7672bcdcce/pbr-5.2.0.tar.gz"
sha256 "d950c64aeea5456bbd147468382a5bb77fe692c13c9f00f0219814ce5b642755"
end
resource "pytz" do
url "https://files.pythonhosted.org/packages/af/be/6c59e30e208a5f28da85751b93ec7b97e4612268bb054d0dff396e758a90/pytz-2018.9.tar.gz"
sha256 "d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c"
url "https://files.pythonhosted.org/packages/df/d5/3e3ff673e8f3096921b3f1b79ce04b832e0100b4741573154b72b756a681/pytz-2019.1.tar.gz"
sha256 "d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141"
end
### end