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.15.2 "
16+ version "2026.8.15.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.15.2 /mcpp-2026.8.15.2 -macosx-arm64.tar.gz"
30- sha256 "7bfaa4c69334220d9339503d36116ad83442758cc756691fa88be3d8238f3b79 "
29+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3 /mcpp-2026.8.15.3 -macosx-arm64.tar.gz"
30+ sha256 "1b7ff80e73e830d7e40ae3d20fc7bd916a624d777d22ee43615b247e46274b75 "
3131 end
3232
3333 on_linux do
3434 on_intel do
35- url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.2 /mcpp-2026.8.15.2 -linux-x86_64.tar.gz"
36- sha256 "526dd718ab5d071ac32f89c22194209659d268e104967ed54f35c5141483e674 "
35+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3 /mcpp-2026.8.15.3 -linux-x86_64.tar.gz"
36+ sha256 "6229de06d400d0e1a9854b72d4082f7c1426ee7d4f271dcb14f5f2625f27d16a "
3737 end
3838 on_arm do
39- url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.2 /mcpp-2026.8.15.2 -linux-aarch64.tar.gz"
40- sha256 "c84e6bd405e751fa3696b55256a957d2a3818bbe3e5952802f932462a5ad9f03 "
39+ url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3 /mcpp-2026.8.15.3 -linux-aarch64.tar.gz"
40+ sha256 "5b0c4286376b909ed4e5f761c757e833f3ba2f1c5423180671cfc97016ca71da "
4141 end
4242 end
4343
You can’t perform that action at this time.
0 commit comments