Skip to content

Commit c212d03

Browse files
committed
mcpp 2026.8.5.3
1 parent d11c136 commit c212d03

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.2"
16+
version "2026.8.5.3"
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.2/mcpp-2026.8.5.2-macosx-arm64.tar.gz"
30-
sha256 "a717de3de32c07d6484dfdf3efee76e212cfc57f405f3b9c43454622c8378ef0"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.3/mcpp-2026.8.5.3-macosx-arm64.tar.gz"
30+
sha256 "f4818a73054732439de1ee5851d888d4aecea0be975a9a171c86f37f6fb8dc32"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.2/mcpp-2026.8.5.2-linux-x86_64.tar.gz"
36-
sha256 "24ab6eab7faf0f35bf19e35692b1e6bebe513c4791f9c00a56fbd828c68cc1ee"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.3/mcpp-2026.8.5.3-linux-x86_64.tar.gz"
36+
sha256 "18a20f8abf35eaeaa364ef57789d3b566ad118f31bb6a145a8a2e0bfdaa8b277"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.2/mcpp-2026.8.5.2-linux-aarch64.tar.gz"
40-
sha256 "6880886f774705635d8bf65de6f5e5332b5693417763092e50bb42dd914c467a"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.3/mcpp-2026.8.5.3-linux-aarch64.tar.gz"
40+
sha256 "8a6c9fa7cf5fd5fed2c099a0545145a7c006f051791bb2db3da11852d93e7344"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)