kafka: style nit
This commit is contained in:
parent
2c64924a59
commit
1a8333e6c0
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
class Kafka < Formula
|
class Kafka < Formula
|
||||||
desc "Publish-subscribe messaging rethought as a distributed commit log"
|
desc "Publish-subscribe messaging rethought as a distributed commit log"
|
||||||
homepage "https://kafka.apache.org"
|
homepage "https://kafka.apache.org"
|
||||||
head "https://git-wip-us.apache.org/repos/asf/kafka.git", :branch => "trunk"
|
|
||||||
url "http://mirrors.ibiblio.org/apache/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz"
|
url "http://mirrors.ibiblio.org/apache/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz"
|
||||||
mirror "https://archive.apache.org/dist/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz"
|
mirror "https://archive.apache.org/dist/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz"
|
||||||
sha256 "77e9ed27c25650c07d00f380bd7c04d6345cbb984d70ddc52bbb4cb512d8b03c"
|
sha256 "77e9ed27c25650c07d00f380bd7c04d6345cbb984d70ddc52bbb4cb512d8b03c"
|
||||||
|
|
||||||
|
head "https://git-wip-us.apache.org/repos/asf/kafka.git", :branch => "trunk"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
sha256 "881db94838f291a09fef3d7070c4e99865eccb16f84e8447777a65cc14e0a180" => :el_capitan
|
sha256 "881db94838f291a09fef3d7070c4e99865eccb16f84e8447777a65cc14e0a180" => :el_capitan
|
||||||
|
|
Loading…
Reference in a new issue