moco 0.10.2

Closes Homebrew/homebrew#45903.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Viktor Szakats 2015-11-11 23:12:42 +01:00 committed by Dominyk Tiller
parent f606d5237b
commit a2cc86ed11

View file

@ -1,9 +1,9 @@
class Moco < Formula
desc "Stub server with Maven, Gradle, Scala, and shell integration"
homepage "https://github.com/dreamhead/moco"
url "http://central.maven.org/maven2/com/github/dreamhead/moco-runner/0.10.1/moco-runner-0.10.1-standalone.jar"
version "0.10.1"
sha256 "77996c0c5518beec0179fcdef83c2c606c5704073efc4ab6f9af80fc7756efbe"
url "https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/0.10.2/moco-runner-0.10.2-standalone.jar"
version "0.10.2"
sha256 "ef946d090d3108843708c194809c57f192e3623dbbbcf86bdee54ce93c299a41"
bottle do
cellar :any
@ -13,8 +13,8 @@ class Moco < Formula
end
def install
libexec.install "moco-runner-0.10.1-standalone.jar"
bin.write_jar_script libexec/"moco-runner-0.10.1-standalone.jar", "moco"
libexec.install "moco-runner-0.10.2-standalone.jar"
bin.write_jar_script libexec/"moco-runner-0.10.2-standalone.jar", "moco"
end
test do