homebrew-cask/Casks/ezip.rb

19 lines
594 B
Ruby

cask 'ezip' do
version '1.7.3'
sha256 '829cfcd2f07897039e6000651c3d4b2a9a92a7c790e887e9fbb678bc49321e62'
url "https://cdn.awehunt.com/ezip/release/eZip_V#{version}.dmg"
appcast 'https://ezip.awehunt.com/'
name 'ezip'
homepage 'https://ezip.awehunt.com/'
app 'eZip.app'
zap trash: [
'~/Library/Application Scripts/com.jinghaoshe.ezip',
'~/Library/Containers/com.jinghaoshe.ezip',
'~/Library/Preferences/com.jinghaoshe.eZipAssistant.plist', # eZip Assistant
'~/Library/WebKit/com.jinghaoshe.ezip',
]
end