Skip to content

Commit af44d45

Browse files
committed
mcpp 2026.8.15.3
1 parent b7ea8e5 commit af44d45

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.15.2"
16+
version "2026.8.15.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.15.2/mcpp-2026.8.15.2-macosx-arm64.tar.gz"
30-
sha256 "7bfaa4c69334220d9339503d36116ad83442758cc756691fa88be3d8238f3b79"
29+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3/mcpp-2026.8.15.3-macosx-arm64.tar.gz"
30+
sha256 "1b7ff80e73e830d7e40ae3d20fc7bd916a624d777d22ee43615b247e46274b75"
3131
end
3232

3333
on_linux do
3434
on_intel do
35-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.2/mcpp-2026.8.15.2-linux-x86_64.tar.gz"
36-
sha256 "526dd718ab5d071ac32f89c22194209659d268e104967ed54f35c5141483e674"
35+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3/mcpp-2026.8.15.3-linux-x86_64.tar.gz"
36+
sha256 "6229de06d400d0e1a9854b72d4082f7c1426ee7d4f271dcb14f5f2625f27d16a"
3737
end
3838
on_arm do
39-
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.2/mcpp-2026.8.15.2-linux-aarch64.tar.gz"
40-
sha256 "c84e6bd405e751fa3696b55256a957d2a3818bbe3e5952802f932462a5ad9f03"
39+
url "https://github.com/mcpp-community/mcpp/releases/download/v2026.8.15.3/mcpp-2026.8.15.3-linux-aarch64.tar.gz"
40+
sha256 "5b0c4286376b909ed4e5f761c757e833f3ba2f1c5423180671cfc97016ca71da"
4141
end
4242
end
4343

0 commit comments

Comments
 (0)