Skip to content

Commit 0462821

Browse files
authored
tsduck: update head block
1 parent 657b30d commit 0462821

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Formula/t/tsduck.rb

Lines changed: 3 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"
@@ -16,6 +15,9 @@ class Tsduck < Formula
1615
end
1716

1817
head do
18+
url "https://github.com/tsduck/tsduck.git", branch: "master"
19+
20+
# will be needed for the next release
1921
uses_from_macos "zlib"
2022
end
2123

0 commit comments

Comments
 (0)