homebrew-cask/Casks/ezip.rb

19 lines
594 B
Ruby
Raw Normal View History

cask 'ezip' do
version '1.7.5'
sha256 '21b137cb41f561b0438d792680c8be3ae0dcb1a4fae949a5c7f4d09050dd9e1a'
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'
2019-03-24 03:58:49 +08:00
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