Skip to content

Commit 6c205bc

Browse files
authored
Merge pull request Homebrew#224464 from Marukome0743/sapling
sapling 0.2.20250521-115337-25ed6ac4
2 parents 6721a05 + 4b664fa commit 6c205bc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Formula/s/sapling.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Sapling < Formula
22
desc "Source control client"
33
homepage "https://sapling-scm.com"
4-
url "https://github.com/facebook/sapling/archive/refs/tags/0.2.20241203-120811+a2174689.tar.gz"
5-
version "0.2.20241203-120811-a2174689"
6-
sha256 "f05c5b08b914d2b2ab4788a55d2fd42f395b50d05fb284f4d120042122d77802"
4+
url "https://github.com/facebook/sapling/archive/refs/tags/0.2.20250521-115337+25ed6ac4.tar.gz"
5+
version "0.2.20250521-115337-25ed6ac4"
6+
sha256 "53c48bb807a7c65965a9f9f154f955ec4ccbce6696f721db73d0873e4bf03244"
77
license "GPL-2.0-or-later"
88
head "https://github.com/facebook/sapling.git", branch: "main"
99

@@ -14,12 +14,12 @@ class Sapling < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any, arm64_sequoia: "c85beb75f8c584a907f8564ec4cc651d67e1fe8f859348118e23c6f952cab840"
18-
sha256 cellar: :any, arm64_sonoma: "67074d5d1dbff2de963e0fdd8b02863431558f8aaeba7f0ff7ada0cd2e414560"
19-
sha256 cellar: :any, arm64_ventura: "06c392c74241dc27a9878b42e43604c701a1c18d0573551e68a0f3a493a9ddbd"
20-
sha256 cellar: :any, sonoma: "360d7f1088745bcbe01ae8c5a6b8034eff0bc2c52666b7b522b69573a80591e9"
21-
sha256 cellar: :any, ventura: "10cc240abb0c6873e0e0c82b82d74e810e9fdf1d98d1992f55f0087225b20cfe"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f5baf29ada18855e2d722435f404f7bfe98b4549cbb492b38867bcfbfd499566"
17+
sha256 cellar: :any, arm64_sequoia: "68b681bdf583a8244cc12d20040bbc2bf72b483003e5f72718a02bf1eb1a4b6b"
18+
sha256 cellar: :any, arm64_sonoma: "ba622027c69cacce85eceb38fb55ec67a3567cc443e2cf171856be99140c8659"
19+
sha256 cellar: :any, arm64_ventura: "d627d3b0eac2220c1babc65f6edd21e22f8d52c49da837be04adbad790af7294"
20+
sha256 cellar: :any, sonoma: "7ddc287232eac9b2999e0f1a6e4cbf85492c229afee18aa563e8625414b09149"
21+
sha256 cellar: :any, ventura: "53b00042db69f2fda7927ec5f4bcaf81b80b91d364f63539c1b5da4268bf0e8e"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b90ffdd93cb0040aac0e050c9004bdcc9d7e9e2c23bb654166786eaf14efd1d"
2323
end
2424

2525
depends_on "cmake" => :build
@@ -33,6 +33,7 @@ class Sapling < Formula
3333
depends_on "openssl@3"
3434
depends_on "python@3.12" # Python 3.13 issue: https://github.com/facebook/sapling/issues/980
3535

36+
uses_from_macos "llvm" => :build # for libclang
3637
uses_from_macos "bzip2"
3738
# curl-config on ventura builds do not report http2 feature,
3839
# this is a workaround to allow to build against system curl

0 commit comments

Comments
 (0)