Skip to content

Commit 1438746

Browse files
committed
mcpp 2026.8.6.1
1 parent c86095a commit 1438746

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.8.5.4"
16+
version "2026.8.6.1"
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.8.5.4/mcpp-2026.8.5.4-macosx-arm64.tar.gz"
30-
sha256 "00255cb6156b8349e11c6e35758f3b031e131c0dbea21bd154c81e2ff6f34abc"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.6.1/mcpp-2026.8.6.1-macosx-arm64.tar.gz"
30+
sha256 "777232842ca2e3e6b2cd7a2cfa96763c45b4f1157e30a4d52d6f93b80d4027dd"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.4/mcpp-2026.8.5.4-linux-x86_64.tar.gz"
36-
sha256 "abfa37f67120e0284a37dffa8245e4eb240bd17aba6aeb021d81325aa6e6471a"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.6.1/mcpp-2026.8.6.1-linux-x86_64.tar.gz"
36+
sha256 "459515e41ce81673e0e366d362a53990125a6bfaedf07c01b7343164293e7996"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.4/mcpp-2026.8.5.4-linux-aarch64.tar.gz"
40-
sha256 "1bb8942048217eb6438f291e49990104b3eb407f6512347b9b66974e3a4ce331"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.6.1/mcpp-2026.8.6.1-linux-aarch64.tar.gz"
40+
sha256 "ac7bdd461f770eb40ac9e80e327aaf075e75f3dc1fc889c205359b4414829f58"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)