File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Liblo < Formula
22 desc "Lightweight Open Sound Control implementation"
33 homepage "https://liblo.sourceforge.net/"
4- url "https://downloads.sourceforge.net/project/liblo/liblo/0.32 /liblo-0.32 .tar.gz"
5- sha256 "5df05f2a0395fc5ac90f6b538b8c82bb21941406fd1a70a765c7336a47d70208 "
4+ url "https://downloads.sourceforge.net/project/liblo/liblo/0.34 /liblo-0.34 .tar.gz"
5+ sha256 "69aa0cd365dba5ea7799b850a7da659ad303e6074bbd67f4ab84e4d6f5f6c3a4 "
66 license "LGPL-2.1-or-later"
77
8- no_autobump! because : :requires_manual_review
9-
108 bottle do
119 sha256 cellar : :any , arm64_tahoe : "bc3d8a8b87f29fbb5fc1bdbf6538a1cc26e03617a4a42dcaef0f085585db5588"
1210 sha256 cellar : :any , arm64_sequoia : "8373256cd53294a3a06252d55c8cc93d6c6a6f8c3b235084cab456931e67e1b3"
@@ -28,6 +26,8 @@ class Liblo < Formula
2826 depends_on "libtool" => :build
2927 end
3028
29+ depends_on "doxygen" => :build
30+
3131 def install
3232 if build . head?
3333 system "./autogen.sh" , *std_configure_args
You can’t perform that action at this time.
0 commit comments