From c3786628f7c3760a15522bd0215236fe8710b47e Mon Sep 17 00:00:00 2001 From: andystanton Date: Mon, 22 Feb 2016 11:59:32 +0000 Subject: [PATCH] ammonite-repl 0.5.5 Closes Homebrew/homebrew#49421. Signed-off-by: Mike McQuaid --- Formula/ammonite-repl.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Formula/ammonite-repl.rb b/Formula/ammonite-repl.rb index 6b4cee96909..33c2b2efc27 100644 --- a/Formula/ammonite-repl.rb +++ b/Formula/ammonite-repl.rb @@ -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