apache-flink 1.9.0 (#43445)
This commit is contained in:
parent
755cb029cd
commit
1cfab9bd56
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class ApacheFlink < Formula
|
class ApacheFlink < Formula
|
||||||
desc "Scalable batch and stream data processing"
|
desc "Scalable batch and stream data processing"
|
||||||
homepage "https://flink.apache.org/"
|
homepage "https://flink.apache.org/"
|
||||||
url "https://archive.apache.org/dist/flink/flink-1.8.1/flink-1.8.1-bin-scala_2.11.tgz"
|
url "https://archive.apache.org/dist/flink/flink-1.9.0/flink-1.9.0-bin-scala_2.11.tgz"
|
||||||
version "1.8.1"
|
version "1.9.0"
|
||||||
sha256 "4fc0d0f163174ec43e160fdf21a91674979b978793e60361e2fce5dddba4ddfa"
|
sha256 "a2245f68309e94ed54d86a680232a518aed9c5ea030bcc0b298bc8f27165eeb7"
|
||||||
head "https://github.com/apache/flink.git"
|
head "https://github.com/apache/flink.git"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
Loading…
Reference in a new issue