excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / label-live.rb
blob1148b435384cc2c7f608da0d12e61044148e792d
1 cask "label-live" do
2   version "3.5.0"
3   sha256 "9bcc1c983dd1105325fccd6a57f14381873acbc5a89e2f01f1919d91489e8110"
5   url "https://download.label.live/Label-LIVE-#{version}.dmg"
6   name "Label LIVE"
7   desc "Label design and printer software"
8   homepage "https://label.live/"
10   livecheck do
11     url "https://s3.amazonaws.com/labellive.semireg.com/latest-mac.yml"
12     strategy :electron_builder
13   end
15   depends_on macos: ">= :high_sierra"
17   app "Label LIVE.app"
19   zap trash: [
20     "~/Library/Application Support/Label LIVE",
21     "~/Library/Logs/Label LIVE",
22     "~/Library/Preferences/com.semireg.LabelLIVE.plist",
23     "~/Library/Saved Application State/com.semireg.LabelLIVE.savedState",
24   ]
25 end