We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657b30d commit 0462821Copy full SHA for 0462821
Formula/t/tsduck.rb
@@ -4,7 +4,6 @@ class Tsduck < Formula
4
url "https://github.com/tsduck/tsduck/archive/refs/tags/v3.39-3956.tar.gz"
5
sha256 "1a391504967bd7a6ffb1cabd98bc6ee904a742081c0a17ead4d6639d58c82979"
6
license "BSD-2-Clause"
7
- head "https://github.com/tsduck/tsduck.git", branch: "master"
8
9
bottle do
10
sha256 cellar: :any, arm64_sequoia: "85fcccc144054ae42b8e3fc935b61a17f3de645bebbdf937f27b4b844fcbea1e"
@@ -16,6 +15,9 @@ class Tsduck < Formula
16
15
end
17
18
head do
+ url "https://github.com/tsduck/tsduck.git", branch: "master"
19
+
20
+ # will be needed for the next release
21
uses_from_macos "zlib"
22
23
0 commit comments