File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments