Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / l / lunacy.rb
blob6666d1a93eacd2927eab313171ea0f759d548755
1 cask "lunacy" do
2   version "10.11"
3   sha256 "fb08fc2dc5ec63c579f21be3068c8833eb0d6fe15e8e1de457257c537d9b3320"
5   url "https://lcdn.icons8.com/setup/Lunacy_#{version}.dmg"
6   name "Lunacy"
7   desc "Graphic design software"
8   homepage "https://icons8.com/lunacy"
10   livecheck do
11     url "https://lunacy.docs.icons8.com/release-notes/"
12     regex(/Lunacy[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
13   end
15   depends_on macos: ">= :big_sur"
17   app "Lunacy.app"
19   zap trash: "~/.local/share/Icons8/Lunacy"
20 end