diff --git a/Casks/foobar2000.rb b/Casks/foobar2000.rb new file mode 100644 index 0000000000..5e2fb015c5 --- /dev/null +++ b/Casks/foobar2000.rb @@ -0,0 +1,16 @@ +cask "foobar2000" do + version "2.2.16" + sha256 "7e8a18395c96ce0337ffc36592d06f63e6817b15cb95c4de0255b3b6054aa8a4" + + url "https://www.foobar2000.org/files/foobar2000-v#{version}.dmg" + name "foobar2000" + desc "Audio player" + homepage "https://www.foobar2000.org/mac" + + app "foobar2000.app" + + zap trash: [ + "~/Library/foobar2000", + "~/Library/Preferences/com.foobar2000.mac.plist", + ] +end