Files
homebrew-cask/Casks/m/macwinzipper.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
403 B
Ruby

cask "macwinzipper" do
version "2.7.1"
sha256 "b17b6d8338fe6658aa2f9db5566ed8cbc15a936e0e8f883b22cc7c3e561bb18b"
url "https://tida.co.jp/files/MacWinZipper-#{version}.dmg"
name "MacWinZipper"
desc "Zip archiver"
homepage "https://tida.co.jp/macwinzipper"
livecheck do
url :homepage
regex(%r{href=.*?/MacWinZipper[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
end
app "MacWinZipper.app"
end