ansible: update pywinrm resource.
Closes Homebrew/homebrew#37761. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
63c8d911ac
commit
4411c4c870
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class Ansible < Formula
|
|||
end
|
||||
|
||||
resource "pywinrm" do
|
||||
url "https://github.com/diyan/pywinrm/archive/df049454a9309280866e0156805ccda12d71c93a.zip"
|
||||
sha1 "f2f94b9a1038425323afaa191a25798c1c0b8426"
|
||||
url "https://pypi.python.org/packages/source/p/pywinrm/pywinrm-0.0.3.tar.gz"
|
||||
sha1 "9b4f50e838b9222a101094328b0f6e8669ac17b7"
|
||||
end
|
||||
|
||||
resource "isodate" do
|
||||
|
|
Loading…
Reference in a new issue