mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
455 B
Ruby
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
|