zinc 0.3.9

Closes Homebrew/homebrew#49934.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Yegor Borovikov 2016-03-09 15:29:51 -08:00 committed by Xu Cheng
parent c7e92d307a
commit e80ff65b98

View file

@ -1,8 +1,8 @@
class Zinc < Formula
desc "Stand-alone version of sbt's Scala incremental compiler"
homepage "https://github.com/typesafehub/zinc"
url "https://downloads.typesafe.com/zinc/0.3.7/zinc-0.3.7.tgz"
sha256 "8775465c624bfb2180cb03734e6ad682849663b3a70fa73bb962af496df89a3d"
url "https://downloads.typesafe.com/zinc/0.3.9/zinc-0.3.9.tgz"
sha256 "29dd3078d8b01c14231ed92f2d1abfca62cd4b63fd69505ff7abaa39f1193325"
bottle :unneeded
@ -11,4 +11,8 @@ class Zinc < Formula
libexec.install Dir["*"]
bin.install_symlink libexec/"bin/zinc"
end
test do
system "#{bin}/zinc", "-version"
end
end