diff options
| author | Karel Minarik | 2012-12-18 09:20:56 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-12-18 09:02:52 +0000 |
| commit | 6d7d7ce01ab4ca3f7ece2214c2c89d10595f94dc (patch) | |
| tree | 9c2f22373e22946a28cff9314228d68309f4098c /Library/Formula | |
| parent | 4e7c40a5550a82594a68f8e619b76d0d71facaf7 (diff) | |
| download | homebrew-6d7d7ce01ab4ca3f7ece2214c2c89d10595f94dc.tar.bz2 | |
elasticsearch: use new download URLs.
Closes #16637.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index b2ca3975d..f36b14d5f 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -2,7 +2,7 @@ require 'formula' class Elasticsearch < Formula homepage 'http://www.elasticsearch.org' - url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.20.1.tar.gz' + url 'http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.1.tar.gz' sha1 'd1c468a589060dd43532c1afabec9eee10095429' def cluster_name |
