Skip to content

Commit 4504330

Browse files
committed
liblo 0.34
1 parent 9256a81 commit 4504330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/lib/liblo.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
class 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

0 commit comments

Comments
 (0)