File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11class Qmmp < Formula
22 desc "Qt-based Multimedia Player"
33 homepage "https://qmmp.ylsoftware.com/"
4- url "https://qmmp.ylsoftware.com/files/qmmp/2.2/qmmp-2.2.5 .tar.bz2"
5- sha256 "58211f327ac385abbc7d75e6a5d8dd64bcdb5cc0f1119329f2927d1631097e18 "
4+ url "https://qmmp.ylsoftware.com/files/qmmp/2.2/qmmp-2.2.6 .tar.bz2"
5+ sha256 "270eca6fd728d9a0bc7f19e94e0e0e1f6a3c44dade648dffa58a0dbb7396cb4b "
66 license "GPL-2.0-or-later"
77
88 livecheck do
@@ -44,6 +44,7 @@ class Qmmp < Formula
4444 depends_on "mad"
4545 depends_on "mpg123"
4646 depends_on "mplayer"
47+ depends_on "musepack"
4748 depends_on "opus"
4849 depends_on "opusfile"
4950 depends_on "projectm"
@@ -58,9 +59,6 @@ class Qmmp < Formula
5859 on_macos do
5960 depends_on "gettext"
6061 depends_on "glib"
61- # musepack is not bottled on Linux
62- # https://github.com/Homebrew/homebrew-core/pull/92041
63- depends_on "musepack"
6462 end
6563
6664 on_linux do
You can’t perform that action at this time.
0 commit comments