From 27bd4ac4af85df5aa7aa47f6ab502fa280b2fc0b Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 14 Jun 2017 00:53:36 -0700 Subject: [PATCH] moco 0.11.1 (#14563) --- Formula/moco.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/moco.rb b/Formula/moco.rb index ced06d8470d..531f364df36 100644 --- a/Formula/moco.rb +++ b/Formula/moco.rb @@ -1,15 +1,15 @@ class Moco < Formula desc "Stub server with Maven, Gradle, Scala, and shell integration" homepage "https://github.com/dreamhead/moco" - url "https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/0.11.0/moco-runner-0.11.0-standalone.jar" - version "0.11.0" - sha256 "d3c772333f6a35fe4bc168d0541e97a0d36071afe343ced840f7afd1c037b661" + url "https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/0.11.1/moco-runner-0.11.1-standalone.jar" + version "0.11.1" + sha256 "57f8d1cc57267218cb8aa35648b8af25bfa1c8ccf0a4cf7260e30008d946d8a0" bottle :unneeded def install - libexec.install "moco-runner-0.11.0-standalone.jar" - bin.write_jar_script libexec/"moco-runner-0.11.0-standalone.jar", "moco" + libexec.install "moco-runner-#{version}-standalone.jar" + bin.write_jar_script libexec/"moco-runner-#{version}-standalone.jar", "moco" end test do