homebrew-cask/Casks/mp3tag.rb

17 lines
625 B
Ruby
Raw Normal View History

2016-09-24 20:19:12 +08:00
cask 'mp3tag' do
2018-09-26 07:00:27 +08:00
version '2.90a'
sha256 '23b02aea4220e1c4e8723df8372ea0be8624173f489a9a3e665bc49961cdc4b9'
2016-09-24 20:19:12 +08:00
2018-10-07 13:41:35 +08:00
url "https://download.mp3tag.de/mp3tagv#{version.no_dots}-macOS-Wine.zip"
2016-09-24 20:19:12 +08:00
name 'MP3TAG'
2018-10-07 13:41:35 +08:00
homepage 'https://www.mp3tag.de/en/'
2016-09-24 20:19:12 +08:00
2017-09-06 00:57:03 +08:00
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/Preferences/org.kronenberg.Winetricks.plist',
]
2016-09-24 20:19:12 +08:00
end