Skip to content

Commit

Permalink
kotlin-compiler: add 0.12.200 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and bfontaine committed May 29, 2015
1 parent 5a867e0 commit 2d9c261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Library/Formula/kotlin-compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ class KotlinCompiler < Formula
url "https://github.com/JetBrains/kotlin/releases/download/build-0.12.200/kotlin-compiler-0.12.200.zip"
sha256 "d14a74859698c2a88f004dfb7dd35d35234bc5b99f452694159f2db1ed5a1060"

bottle do
cellar :any
sha256 "1dd707c9f621a243bb2668bed5051ecbf93da2c3090a5f287f609a2aebe343bc" => :yosemite
sha256 "5441d3359bda051c1dcd9f64a7534e54932a09e99722efb609bbaddf1e274712" => :mavericks
sha256 "d624292dae9a2ddb7b9f14eaad749d8f1c38465976a64937993ba281baf6eb95" => :mountain_lion
end

def install
libexec.install %w[bin lib]
rm Dir["#{libexec}/bin/*.bat"]
Expand Down

0 comments on commit 2d9c261

Please sign in to comment.