diff --git a/Formula/moco.rb b/Formula/moco.rb index 6caaa9cb67c..b0d16ff45f2 100644 --- a/Formula/moco.rb +++ b/Formula/moco.rb @@ -5,6 +5,11 @@ class Moco < Formula sha256 "cf970d4a74b834e8fc0df2059368c2d153924bb37c34f6a8cef5b8d886e71463" license "MIT" + livecheck do + url "https://search.maven.org/remotecontent?filepath=com/github/dreamhead/moco-runner/" + regex(%r{href=.*?v?(\d+(?:\.\d+)+)/?["' >]}i) + end + bottle :unneeded depends_on "openjdk"