homebrew-cask/Casks/ondesoft-itunes-converter.rb

17 lines
588 B
Ruby

cask 'ondesoft-itunes-converter' do
version '5.0.0'
sha256 '1e143338330aaec6b5b90132c564f6eb43ffafedfa58c1e42911870ee238ba91'
url 'https://www.ondesoft.com/download/oditunesconverter_mac.dmg'
appcast 'https://www.ondesoft.com/itunes_converter/release-history.html'
name 'Ondesoft iTunes Converter'
homepage 'https://www.ondesoft.com/itunes_converter/'
app 'Ondesoft iTunes Converter.app'
zap trash: [
'~/Library/Application Support/Ondesoft iTunes Converter',
'~/Library/Preferences/com.ondesoft.itunesconverter.plist',
]
end