Skip to content

Commit 3de8f91

Browse files
committed
mcpp 2026.8.18.3
1 parent 48237ce commit 3de8f91

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

0 commit comments

Comments
 (0)