Skip to content

Commit 6217ff9

Browse files
committed
mcpp 2026.9.6.6
1 parent a51cdd7 commit 6217ff9

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.6.5"
16+
version "2026.9.6.6"
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.6.5/mcpp-2026.9.6.5-macosx-arm64.tar.gz"
30-
sha256 "1777967cb9a21c7cb438e77bb27b6d899ab857a70ef96d87ee1e280b392201b2"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.6.6/mcpp-2026.9.6.6-macosx-arm64.tar.gz"
30+
sha256 "a6728509bc1c1a9dca9f2c907099cacc47c562c620643427a454e2865e316fa0"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.6.5/mcpp-2026.9.6.5-linux-x86_64.tar.gz"
36-
sha256 "99759aa3e250769af15c9f2350a3568ae27488b6371b44e8e763c5ba1e9ce2d4"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.6.6/mcpp-2026.9.6.6-linux-x86_64.tar.gz"
36+
sha256 "180f9b02ab7800170b931491f97417257b19ae509f6b1eca4aa084fb84696892"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.6.5/mcpp-2026.9.6.5-linux-aarch64.tar.gz"
40-
sha256 "52a8ca7f4be6c715ec8923c7fde03f80ba886d80e70a9cc70a4b32351a40e809"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.6.6/mcpp-2026.9.6.6-linux-aarch64.tar.gz"
40+
sha256 "bdd6c10b73ddeee7a3d5f53c0970d96f5c871b6c28dd52e06e331a1098f22690"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)