File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313class 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.18.1 "
16+ version "2026.8.18.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.8.18.1 /mcpp-2026.8.18.1 -macosx-arm64.tar.gz"
30- sha256 "918b9abdc26553b6384d5507ec4b842f7dd8eef741011ad0ee89295b0b78e4b2 "
29+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.2 /mcpp-2026.8.18.2 -macosx-arm64.tar.gz"
30+ sha256 "15b494e9eb5ad5a240546dd5c37ba58b96327f0b88ee3392ad726cd0b56e4329 "
3131 end
3232
3333 on_linux do
3434 on_intel do
35- url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.1 /mcpp-2026.8.18.1 -linux-x86_64.tar.gz"
36- sha256 "94d1bff4d7f75031578d905d77b680f2d9030165d8fd73c95b8a201f2c7a4880 "
35+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.2 /mcpp-2026.8.18.2 -linux-x86_64.tar.gz"
36+ sha256 "4e343568118ed496536350d7c0351d449b97fb693b82610c4cce84ca6b111564 "
3737 end
3838 on_arm do
39- url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.1 /mcpp-2026.8.18.1 -linux-aarch64.tar.gz"
40- sha256 "6088216d8844e1994249fff80bba3d93e02e44624e17af7986d655784a615c20 "
39+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.2 /mcpp-2026.8.18.2 -linux-aarch64.tar.gz"
40+ sha256 "6b2ca04775fa1eb0f7e03d7fd70ee06e3ec9aea61aae391df6286c8209876c57 "
4141 end
4242 end
4343
You can’t perform that action at this time.
0 commit comments