Skip to content

Commit e51d2d6

Browse files
committed
mcpp 2026.9.10.1
1 parent 006243c commit e51d2d6

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.9.1"
16+
version "2026.9.10.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.9.1/mcpp-2026.9.9.1-macosx-arm64.tar.gz"
30-
sha256 "c0184e2ad29e582186704a6d4ad5f1df5e71607a33818c2c9765dbfc852d42e6"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-macosx-arm64.tar.gz"
30+
sha256 "46def0372e5f05294a0e91c545cd69262d482c07a05c6a2f98f1d382ce44e39e"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.9.1/mcpp-2026.9.9.1-linux-x86_64.tar.gz"
36-
sha256 "10f41614068d188faa1c6ca82ec723ebc368489e62c09342f28dda15ed819e97"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-linux-x86_64.tar.gz"
36+
sha256 "2f221ff879fc0daed3c3e4bd51a84e3c741c1b0f1d0631ef5bd646b9d20641ec"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.9.1/mcpp-2026.9.9.1-linux-aarch64.tar.gz"
40-
sha256 "d66329f8ad2c8e117e65487b16e62cad5d30453700811f1a509118cc18c2fb56"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.9.10.1/mcpp-2026.9.10.1-linux-aarch64.tar.gz"
40+
sha256 "217eb323707520e237d4119c13e3ce833198b07bcfb22d4c197c7697c74c7ac8"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)