Skip to content

Commit 293bf12

Browse files
committed
mcpp 2026.8.1.1
1 parent 61e014a commit 293bf12

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.7.31.1"
16+
version "2026.8.1.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.7.31.1/mcpp-2026.7.31.1-macosx-arm64.tar.gz"
30-
sha256 "c06c4c8bf636e7fd2871036057154ac6c423238743c77035ed8cc167a04b2492"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.1.1/mcpp-2026.8.1.1-macosx-arm64.tar.gz"
30+
sha256 "faa2e863bc730d55790a0ed370f7bddee6bef19451883993641bb17303994966"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.7.31.1/mcpp-2026.7.31.1-linux-x86_64.tar.gz"
36-
sha256 "92b9f6e51e25e225258b83a4f21d39ec115804480bd67054e2654dec33edc0dd"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.1.1/mcpp-2026.8.1.1-linux-x86_64.tar.gz"
36+
sha256 "3ff4e68544dd1c2d11b9a25e69ba70852ceeef7fb8cb12302da8b6ddc2e3e42a"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.7.31.1/mcpp-2026.7.31.1-linux-aarch64.tar.gz"
40-
sha256 "0a8302b16615d2390ebbc9fea052dafb2451c29a50e37a60dd467601afc4ca59"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.1.1/mcpp-2026.8.1.1-linux-aarch64.tar.gz"
40+
sha256 "40a9cee0466d645d26820a47e065a8dd56768276ef01ff5289b6855580e32b78"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)