Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / macwinzipper.rb
blobced0695c8fa1a5ecf386ff9dabbb125b126ac5eb
1 cask "macwinzipper" do
2   version "2.7.1"
3   sha256 "b17b6d8338fe6658aa2f9db5566ed8cbc15a936e0e8f883b22cc7c3e561bb18b"
5   url "https://tida.co.jp/files/MacWinZipper-#{version}.dmg"
6   name "MacWinZipper"
7   desc "Zip archiver"
8   homepage "https://tida.co.jp/macwinzipper"
10   livecheck do
11     url :homepage
12     regex(%r{href=.*?/MacWinZipper[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
13   end
15   depends_on macos: ">= :sierra"
17   app "MacWinZipper.app"
19   zap trash: [
20     "~/Library/Caches/bz.tida.MacWinZipper",
21     "~/Library/HTTPStorages/bz.tida.MacWinZipper",
22     "~/Library/Preferences/bz.tida.MacWinZipper.plist",
23     "~/Library/Saved Application State/bz.tida.MacWinZipper.savedState",
24   ]
25 end