homebrew-cask/Casks/flic.rb

19 lines
451 B
Ruby

cask "flic" do
version "2.1.0"
sha256 "8fceaa6d5eedf4a3013519c9e372e3c640419abc28a2dafc00f0219094933309"
url "https://misc-scl-cdn.s3.amazonaws.com/Flic.#{version}.zip",
verified: "misc-scl-cdn.s3.amazonaws.com/"
name "Flic"
desc "Driver for the Flic bluetooth button"
homepage "https://flic.io/mac-app"
livecheck do
url :homepage
strategy :page_match
regex(/Flic\.(\d+(?:\.\d+)*)\.zip/i)
end
app "Flic.app"
end