Skip to content

Commit 5779c01

Browse files
committed
mcpp 2026.8.5.1
1 parent 6ea6edd commit 5779c01

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.4.1"
16+
version "2026.8.5.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.8.4.1/mcpp-2026.8.4.1-macosx-arm64.tar.gz"
30-
sha256 "157f4a30cc78518938b8a6110e0738d6899cb39fca1f5dce8a2b6d11b83806b4"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.1/mcpp-2026.8.5.1-macosx-arm64.tar.gz"
30+
sha256 "e83c5daff99fb3a9eb72d8ba1f265bf81c64c920f909f066c2dd127b57690fb8"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.4.1/mcpp-2026.8.4.1-linux-x86_64.tar.gz"
36-
sha256 "6df4070c16e98daff95ac225c34d2972c1f72e18cc1d3b55498e7d97d7562c0e"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.1/mcpp-2026.8.5.1-linux-x86_64.tar.gz"
36+
sha256 "b3d75a206b70044b70f4a7dd1f1a556301b1691b1138f84e482987a82b0708a2"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.4.1/mcpp-2026.8.4.1-linux-aarch64.tar.gz"
40-
sha256 "8755f1651e81a864afeec095999920ebb16b6c4c7b64317d7ee130377a41ba1c"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.5.1/mcpp-2026.8.5.1-linux-aarch64.tar.gz"
40+
sha256 "03e2cb9a1ae99e0c7c241ebb163796d6fd0b6ecab9419a1bdc9ec746bad2c7e1"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)