From 65665d27086be87b98b0209c395cc29d45cfa201 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 7 Aug 2014 01:09:28 +0100 Subject: 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. --- Library/Formula/ansible.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3