mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
287 B
Ruby
10 lines
287 B
Ruby
class Macwinzipper < Cask
|
|
version '2.5'
|
|
sha256 'fc3afd92ecfbde16bbdd388285e16ef8f7aa5f5edf669496115823fef92a0186'
|
|
|
|
url "http://tidajapan.com/files/MacWinZipper-#{version}.dmg?download"
|
|
homepage 'http://tidajapan.com/macwinzipper'
|
|
license :unknown
|
|
|
|
app 'MacWinZipper.app'
|
|
end
|