Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / millie.rb
blobc997d64fe87559f0f2a0e23358945f8c7c359ca5
1 cask "millie" do
2   version "5.31.0"
3   sha256 "884ee2b0c41c6a5d3d18a69c40cf324a6a839f7be666bd5b2f70d81542d695e6"
5   url "https://apis.millie.co.kr/v1/download/installer/mac/Millie-#{version}.dmg"
6   name "millie"
7   desc "Korean e-book store"
8   homepage "https://www.millie.co.kr/"
10   livecheck do
11     url "https://install.millie.co.kr/mac/latest-mac.yml"
12     strategy :electron_builder
13   end
15   auto_updates true
17   app "Millie.app"
19   zap trash: [
20     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.millie.sfl*",
21     "~/Library/Application Support/millie",
22     "~/Library/Logs/millie",
23     "~/Library/Preferences/com.electron.millie.plist",
24     "~/Library/Saved Application State/com.electron.millie.savedState",
25   ]
26 end