aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJulian Stahnke2010-05-17 16:24:15 +0200
committerDavid Höppner2010-05-17 16:40:19 +0200
commit4b2a325a4ececf7d1a54ee5a5f2e00aa931122a1 (patch)
tree0c92fe21ef1b7f192837838e653257b2f7356137 /Library/Formula
parentfdaa38096dbb97866ab1ad6bf1f5448ca0a4d43e (diff)
downloadhomebrew-4b2a325a4ececf7d1a54ee5a5f2e00aa931122a1.tar.bz2
ElasticSearch 0.7.1
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elasticsearch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index 813b5b864..02d81ccbd 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -1,9 +1,9 @@
require 'formula'
class Elasticsearch < Formula
- url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.7.0.zip'
+ url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.7.1.zip'
homepage 'http://www.elasticsearch.com'
- md5 '6f71e1306d7fba1b1fc1c3d48641feb9'
+ md5 '2b01f7101a8df51f7d828ddd7054e9b0'
def install
FileUtils.rm_f Dir["bin/*.bat"]