Skip to content

Commit 9f9e2d6

Browse files
authored
Merge pull request #229710 from Homebrew/hsd-bump
hsd: rebuild (node 24.4.0)
2 parents b9f01b4 + 647ed30 commit 9f9e2d6

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Formula/h/hsd.rb

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,23 @@ class Hsd < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_sequoia: "f49020038dd503ff20678bd72730f297a62d652171f0f6e92c4905308fa825a1"
15-
sha256 arm64_sonoma: "bafc25d3b6c841544f70926bdb877bd5c1b802066ead9b0cb1c5651c5d38b057"
16-
sha256 arm64_ventura: "1950c44d5aefc46de62db6c7382849bd886d6f4551f811bd43f88342cb9820b0"
17-
sha256 sonoma: "eec81a814a324c3e71c090f55c09700d523300d48c11ebc224546f56ae507041"
18-
sha256 ventura: "2a474e169e574e73679e2f59c40a065f633efa631fd54ef519ba1e2184393c99"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "b04ee8d7c2ee6af1ad78bcaf01aedc56612e7222d9ac1a383f5eb66f1e548103"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cdb19ae0e6840855a4d49bdfd7113e0d5bf4e72abcec970a23dda6cbccc5789f"
14+
rebuild 1
15+
sha256 arm64_sequoia: "aa30dbad82098c555396fa5810915298e1da37226e8a7291269272038f0980f0"
16+
sha256 arm64_sonoma: "0ebb374eee2f64b48aadd1fb92d3a1ca0e17632fbff7916529477a3c4df68951"
17+
sha256 arm64_ventura: "1243bab93e49d99e7e67fd7b90682eced4c2a5b935db8843e3d5c135fa2e5a18"
18+
sha256 sonoma: "4a0c34993fdc4c414a615f886f70804b6ff558301f4aff909b89a9b92e9c3387"
19+
sha256 ventura: "2a1b7c8824f911c7573de14d183862aa5baeed27922ede4b565fd1ae0236716d"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "44d682a12a7ae54d07cfd6ff865d923548b8febb035ef8d202302376ce9ba1c5"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f95e25d794cf25887927e9311a3d7558f175520361028c5296d2ee4be0cabdf"
2122
end
2223

2324
depends_on "node"
2425
depends_on "unbound"
2526

27+
on_sonoma :or_older do
28+
depends_on "gmp"
29+
end
30+
2631
def install
2732
system "npm", "install", *std_npm_args
2833
bin.install_symlink Dir[libexec/"bin/*"]

0 commit comments

Comments
 (0)