Skip to content

Commit 48237ce

Browse files
committed
mcpp 2026.8.18.2
1 parent 3b12fc3 commit 48237ce

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.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

0 commit comments

Comments
 (0)