Skip to content

Commit

Permalink
apache-flink 1.2.1 (#13283)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbode authored and fxcoudert committed May 6, 2017
1 parent 6b3eeb9 commit 4c02e16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/apache-flink.rb
@@ -1,13 +1,15 @@
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.0/flink-1.2.0-bin-hadoop27-scala_2.11.tgz"
version "1.2.0"
sha256 "ccb37938fef54236252a3e895cdca63d881c6138515109b4ad4da2a0fb9b8ac8"
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"
head "https://github.com/apache/flink.git"

bottle :unneeded

depends_on :java => "1.7+"

def install
rm_f Dir["bin/*.bat"]
libexec.install Dir["*"]
Expand Down

0 comments on commit 4c02e16

Please sign in to comment.