apache-flink 1.3.0
Closes #14151. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
160efda12f
commit
3733b7d2f1
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class ApacheFlink < Formula
|
||||
desc "Scalable batch and stream data processing"
|
||||
homepage "https://flink.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=flink/flink-1.2.1/flink-1.2.1-bin-hadoop27-scala_2.11.tgz"
|
||||
version "1.2.1"
|
||||
sha256 "903dfdb0141c141d120a28653666cf9cbd8d86cd3bcc7540a058fae03aeccd90"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=flink/flink-1.3.0/flink-1.3.0-bin-hadoop27-scala_2.11.tgz"
|
||||
version "1.3.0"
|
||||
sha256 "a4e2f98605233999d018b5950ba7172e38fc2e3be30196e1fe13af5ea8856a45"
|
||||
head "https://github.com/apache/flink.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue