Skip to content

Commit ad1815f

Browse files
committed
mcpp 2026.9.11.2
1 parent 3b5a237 commit ad1815f

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.9.11.1"
16+
version "2026.9.11.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.9.11.1/mcpp-2026.9.11.1-macosx-arm64.tar.gz"
30-
sha256 "22b7635c899c80d8f82ed4559feb0e56cf2ccee918180f16273089cc9beda026"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.11.2/mcpp-2026.9.11.2-macosx-arm64.tar.gz"
30+
sha256 "97b896254174bf495ddedc0e03bc8f10fd142fd368f208af80e081e2112dc28e"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.11.1/mcpp-2026.9.11.1-linux-x86_64.tar.gz"
36-
sha256 "efcb0844a31b5e70a2157c59a91073d42886bf104f0062815d38ffaab7fdae05"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.11.2/mcpp-2026.9.11.2-linux-x86_64.tar.gz"
36+
sha256 "1a96942fbc83efe9903a0942a21a3a67cf64ec6dad0f4bfcbb85f0f206a0a066"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.11.1/mcpp-2026.9.11.1-linux-aarch64.tar.gz"
40-
sha256 "e6146a64937eb98871bcf7be81c84d6a60a35c8a83c5404eda30bdfca9a628e7"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.11.2/mcpp-2026.9.11.2-linux-aarch64.tar.gz"
40+
sha256 "8e07261029e196188b83ed88d206fbc300af8be352be7d7af7d1869fbab62159"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)