excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / utc-menu-clock.rb
blobf692c39a1485b48ea584dd91ce3678fd9231fcf4
1 cask "utc-menu-clock" do
2   version "1.3"
3   sha256 "099a638a7a45cb9085d29e75769caf44ed142fd74b9e4665fca2de7e4a641081"
5   url "https://github.com/netik/UTCMenuClock/raw/master/downloads/UTCMenuClock_v#{version}_universal.zip"
6   name "UTCMenuClock"
7   desc "Menu bar clock"
8   homepage "https://github.com/netik/UTCMenuClock"
10   livecheck do
11     url "https://github.com/netik/UTCMenuClock/tree/master/downloads"
12     regex(/UTCMenuClock[._-]v?(\d+(?:\.\d+)+)[._-]universal\.zip/i)
13     strategy :page_match
14   end
16   app "UTCMenuClock.app"
18   zap trash: "~/Library/Preferences/net.retina.UTCMenuClock.plist"
19 end