aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Szakáts2015-03-02 15:46:50 +0100
committerMike McQuaid2015-03-02 17:06:56 +0000
commitde4f3db666a028328ff96d4a86b472614dda69de (patch)
treef12d2432d02ce022c135214dc1648fa488002612
parentc1cb4aecff3aa6b10a2ae50bcd3216432b5cd79e (diff)
downloadhomebrew-de4f3db666a028328ff96d4a86b472614dda69de.tar.bz2
kafka: replace mirror with apache.org using https
Closes #37322. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/kafka.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/kafka.rb b/Library/Formula/kafka.rb
index 9ab84c0da..6e0564e11 100644
--- a/Library/Formula/kafka.rb
+++ b/Library/Formula/kafka.rb
@@ -2,7 +2,7 @@ class Kafka < Formula
homepage "https://kafka.apache.org"
head "https://git-wip-us.apache.org/repos/asf/kafka.git"
url "http://mirrors.ibiblio.org/apache/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz"
- mirror "http://mirror.sdunix.com/apache/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz"
+ mirror "https://archive.apache.org/dist/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz"
sha1 "d2c35b60a2f534fb552030dcc7855d13292b2414"
bottle do