diff --git a/Casks/c/cljstyle.rb b/Casks/c/cljstyle.rb index e983c57aac..ecb3495118 100644 --- a/Casks/c/cljstyle.rb +++ b/Casks/c/cljstyle.rb @@ -7,5 +7,10 @@ cask "cljstyle" do desc "Tool for formatting Clojure code" homepage "https://github.com/greglook/cljstyle" + livecheck do + url :url + strategy :github_latest + end + binary "cljstyle" end