Skip to content

Commit 3b5a237

Browse files
committed
mcpp 2026.9.11.1
1 parent 257d00b commit 3b5a237

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.10.2"
16+
version "2026.9.11.1"
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.10.2/mcpp-2026.9.10.2-macosx-arm64.tar.gz"
30-
sha256 "9dc90e875ddc9ee169c662c55dcb55374fedf5fcb088d073beb560ceef3babb6"
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"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.2/mcpp-2026.9.10.2-linux-x86_64.tar.gz"
36-
sha256 "7e3e8986231a2477b4f6b279e6f11b50a6592506cf97f0763b2e55c461cde746"
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"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.2/mcpp-2026.9.10.2-linux-aarch64.tar.gz"
40-
sha256 "4a73857c4d50de122520d8da73b8fc2f66ed80fbeb39550c6ee2ad65b9be9caf"
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"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)