diff options
| author | Dominyk Tiller | 2014-08-07 01:09:28 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-08 10:53:51 +0100 |
| commit | 65665d27086be87b98b0209c395cc29d45cfa201 (patch) | |
| tree | 19ac05a9a463044d6858193a10b9af0aa91e023c /Library/Formula | |
| parent | 6b41844e8010d11be31cf9449cce1cd19d70db90 (diff) | |
| download | homebrew-65665d27086be87b98b0209c395cc29d45cfa201.tar.bz2 | |
ansible: fix sha1.
The SHA1 on the latest Ansible formula seems to be wrong. Not sure how the bot didn't pick that up, but it seems to be regularly reproducible, both locally & as [discussed here](https://github.com/Homebrew/homebrew/issues/31401). This fixes it.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ansible.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb index 37bdc9000..d967fb346 100644 --- a/Library/Formula/ansible.rb +++ b/Library/Formula/ansible.rb @@ -3,7 +3,7 @@ require 'formula' class Ansible < Formula homepage 'http://www.ansible.com/home' url 'http://releases.ansible.com/ansible/ansible-1.7.tar.gz' - sha1 'cd2cba3907ab783c2c662076d65b9cb86b928b5e' + sha1 'a9e3831cc2ad941b50dbf7bc12695834fc1bd25c' head 'https://github.com/ansible/ansible.git', :branch => 'devel' |
