homebrew-cask/Casks/mp3tag.rb

19 lines
735 B
Ruby

cask 'mp3tag' do
version '2.97'
sha256 'd1fd2e60bcdf18f70edf339bb2b7c3e76c31e69cd7c71d46fa570fc0cdc9a819'
url "https://download.mp3tag.de/mp3tagv#{version.no_dots}-macOS-Wine.zip"
appcast 'https://www.mp3tag.de/en/mac-osx.html'
name 'MP3TAG'
homepage 'https://www.mp3tag.de/en/'
app "mp3tagv#{version.no_dots}-macOS-Wine/Mp3tag.app"
zap trash: [
'~/Library/Application Support/de.mp3tag.Mp3tag_*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/de.mp3tag.mp3tag_*.sfl*',
'~/Library/Caches/org.kronenberg.Winetricks',
'~/Library/Preferences/org.kronenberg.Winetricks.plist',
]
end