Files
homebrew-cask/Casks/l/lunacy.rb
2023-11-23 16:33:25 +09:00

19 lines
455 B
Ruby

cask "lunacy" do
version "9.2.1"
sha256 "7b198ad9ea6b808e102310fa99110a1ec9764ffa7e9763c1be3a0f0826b809f8"
url "https://lcdn.icons8.com/setup/Lunacy_#{version}.dmg"
name "Lunacy"
desc "Graphic design software"
homepage "https://icons8.com/lunacy"
livecheck do
url "https://lunacy.docs.icons8.com/release-notes/"
regex(/Lunacy[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end
app "Lunacy.app"
zap trash: "~/.local/share/Icons8/Lunacy"
end