homebrew-cask/Casks/principle.rb

18 lines
443 B
Ruby

cask "principle" do
version "5.14,5026"
sha256 "7772a9dbaa6312211d897b222160e9c7aa3eed81ef10af47c268cf7fa3bee288"
url "https://principleformac.com/download/Principle_#{version.before_comma.dots_to_underscores}.zip"
name "Principle"
homepage "https://principleformac.com/"
livecheck do
url "https://principleformac.com/update2.xml"
strategy :sparkle
end
depends_on macos: ">= :high_sierra"
app "Principle.app"
end