phinze/homebrew-cask

View on GitHub
Casks/r/rowmote-helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "rowmote-helper" do
  version "4.2.5"
  sha256 "acf5bf794d7b7b0da253d33a7dd5bdf6b33f0af83a9411c6e86a8816f899794d"

  url "https://regularrateandrhythm.com/rowmote-pro/rh/rowmote-helper-#{version}.zip"
  name "Rowmote Helper"
  desc "Control system with Rowmote Pro remote control"
  homepage "https://regularrateandrhythm.com/apps/rowmote-pro/"

  livecheck do
    url "https://www.regularrateandrhythm.com/apps/rowmote-pro/rowmote-helper-versions.php"
    regex(/Rowmote\s+Helper\s+v?(\d+(?:\.\d+)+)/i)
  end

  auto_updates true
  depends_on macos: ">= :el_capitan"

  app "Rowmote Helper.app"
end