moco 0.11.1 (#14563)
parent
ab432e9e21
commit
27bd4ac4af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue