excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lunacy.rb
blob067682be40ac67b1c2d5f04483f3037ae15f04c5
1 cask "lunacy" do
2   version "10.9.0"
3   sha256 "f47f03a66eaa35ca6f1e67fca068699b260db75416ee4f6aa5befba36335679b"
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   app "Lunacy.app"
17   zap trash: "~/.local/share/Icons8/Lunacy"
18 end