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.2 "
16+ version "2026.8.18.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.18.2 /mcpp-2026.8.18.2 -macosx-arm64.tar.gz"
30- sha256 "15b494e9eb5ad5a240546dd5c37ba58b96327f0b88ee3392ad726cd0b56e4329 "
29+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.3 /mcpp-2026.8.18.3 -macosx-arm64.tar.gz"
30+ sha256 "9a1f355b630531dd436dd9cca5cdbdb2c1a0ac3b163b094451089b90016329bb "
3131 end
3232
3333 on_linux do
3434 on_intel do
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 "
35+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.3 /mcpp-2026.8.18.3 -linux-x86_64.tar.gz"
36+ sha256 "c3e3c031f85c0add8d0b8993a76c73cf2d84d3e776ac0db77e50f4203959f212 "
3737 end
3838 on_arm do
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 "
39+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.18.3 /mcpp-2026.8.18.3 -linux-aarch64.tar.gz"
40+ sha256 "5a0dfca9629dcf3e635f612925ff9356fc6019837c28e2e03617ce081bf30d29 "
4141 end
4242 end
4343
You can’t perform that action at this time.
0 commit comments