homebrew-cask/Casks/lookin.rb

20 lines
465 B
Ruby

cask "lookin" do
version "1.0.1,8"
sha256 "7932c8f7dce671170f464e6ecd5daa0eff847e31838e3570d308e46638e00670"
url "https://cdn.lookin.work/release/Lookin-#{version.csv.first.dots_to_hyphens}.zip"
name "Lookin"
desc "App for iOS view debugging"
homepage "https://lookin.work/"
livecheck do
url "https://lookin.work/release/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Lookin.app"
end