Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Use sha256 in formula
Browse files Browse the repository at this point in the history
Homebrew no longer supports sha1 by default
  • Loading branch information
sionide21 committed Nov 16, 2016
1 parent 1f8f291 commit 807547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/brews/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Elasticsearch < Formula
homepage "http://www.elastic.co"
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.1.tar.gz"
sha1 "ffe2e46ec88f4455323112a556adaaa085669d13"
sha256 "86a0c20eea6ef55b14345bff5adf896e6332437b19180c4582a346394abde019"
version '1.7.1-boxen1'

head do
Expand Down

0 comments on commit 807547c

Please sign in to comment.