ammonite-repl 0.5.5

Closes Homebrew/homebrew#49421.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
andystanton 2016-02-22 11:59:32 +00:00 committed by Mike McQuaid
parent 0b08090cc0
commit c3786628f7

View file

@ -1,8 +1,8 @@
class AmmoniteRepl < Formula
desc "Ammonite is a cleanroom re-implementation of the Scala REPL"
homepage "https://lihaoyi.github.io/Ammonite/#Ammonite-REPL"
url "https://github.com/lihaoyi/Ammonite/archive/0.5.4.tar.gz"
sha256 "9cd2c1d19561c443a3e8eeec123461533deb98b26346b78077dc2540b26ce4c5"
url "https://github.com/lihaoyi/Ammonite/archive/0.5.5.tar.gz"
sha256 "319517ddb76e21116077bc24646c61ec2989c23bb4da85834133dd52bb448ea9"
bottle do
cellar :any_skip_relocation
@ -19,12 +19,7 @@ class AmmoniteRepl < Formula
system "sbt", "repl/assembly"
# Ammonite REPL 0.5.4 incorrectly generates an executable with version 0.5.3 in the name
# see: https://github.com/lihaoyi/Ammonite/blob/0.5.4/project/Constants.scala
# Please use the derived version instead of an explicit version for the next release:
# bin.install "repl/target/scala-2.11/ammonite-repl-#{version}-2.11.7" => "amm"
bin.install "repl/target/scala-2.11/ammonite-repl-0.5.3-2.11.7" => "amm"
bin.install "repl/target/scala-2.11/ammonite-repl-#{version}-2.11.7" => "amm"
end