Skip to content

Commit 257d00b

Browse files
committed
mcpp 2026.9.10.2
1 parent e51d2d6 commit 257d00b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Formula/mcpp-m.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class McppM < Formula
1414
desc "Modern C++23 build and package management tool (module-first)"
1515
homepage "https://github.com/mcpp-community/mcpp"
16-
version "2026.9.10.1"
16+
version "2026.9.10.2"
1717
license "Apache-2.0"
1818

1919
# mcpp keeps its package index in sync over git.
@@ -26,18 +26,18 @@ class McppM < Formula
2626
depends_on arch: :arm64
2727
depends_on macos: :sonoma
2828

29-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-macosx-arm64.tar.gz"
30-
sha256 "46def0372e5f05294a0e91c545cd69262d482c07a05c6a2f98f1d382ce44e39e"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.2/mcpp-2026.9.10.2-macosx-arm64.tar.gz"
30+
sha256 "9dc90e875ddc9ee169c662c55dcb55374fedf5fcb088d073beb560ceef3babb6"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-linux-x86_64.tar.gz"
36-
sha256 "2f221ff879fc0daed3c3e4bd51a84e3c741c1b0f1d0631ef5bd646b9d20641ec"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.2/mcpp-2026.9.10.2-linux-x86_64.tar.gz"
36+
sha256 "7e3e8986231a2477b4f6b279e6f11b50a6592506cf97f0763b2e55c461cde746"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-linux-aarch64.tar.gz"
40-
sha256 "217eb323707520e237d4119c13e3ce833198b07bcfb22d4c197c7697c74c7ac8"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.2/mcpp-2026.9.10.2-linux-aarch64.tar.gz"
40+
sha256 "4a73857c4d50de122520d8da73b8fc2f66ed80fbeb39550c6ee2ad65b9be9caf"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)