Skip to content

Commit 33a89e9

Browse files
authored
Merge pull request #204320 from lelegard/tsduck-formula-fix
tsduck: added dependency to zlib
2 parents eea9d39 + 0462821 commit 33a89e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Formula/t/tsduck.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ class Tsduck < Formula
44
url "https://github.com/tsduck/tsduck/archive/refs/tags/v3.39-3956.tar.gz"
55
sha256 "1a391504967bd7a6ffb1cabd98bc6ee904a742081c0a17ead4d6639d58c82979"
66
license "BSD-2-Clause"
7-
head "https://github.com/tsduck/tsduck.git", branch: "master"
87

98
bottle do
109
sha256 cellar: :any, arm64_sequoia: "85fcccc144054ae42b8e3fc935b61a17f3de645bebbdf937f27b4b844fcbea1e"
@@ -15,6 +14,13 @@ class Tsduck < Formula
1514
sha256 cellar: :any_skip_relocation, x86_64_linux: "27c7b137281536685aad911ccab6fe3dd99aa6fbea5d65e4b286d340d7446b5c"
1615
end
1716

17+
head do
18+
url "https://github.com/tsduck/tsduck.git", branch: "master"
19+
20+
# will be needed for the next release
21+
uses_from_macos "zlib"
22+
end
23+
1824
depends_on "asciidoctor" => :build
1925
depends_on "dos2unix" => :build
2026
depends_on "gnu-sed" => :build

0 commit comments

Comments
 (0)