zinc 0.3.9
Closes Homebrew/homebrew#49934. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c7e92d307a
commit
e80ff65b98
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue