From 72919da715be925f478efdf26cb3d93f124aae76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 27 Aug 2025 23:41:06 +0200 Subject: [PATCH] package/homebrew: C++14 is nothing to boast with in 2025. --- package/homebrew/magnum-bindings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/homebrew/magnum-bindings.rb b/package/homebrew/magnum-bindings.rb index 96e230e..cb5d414 100644 --- a/package/homebrew/magnum-bindings.rb +++ b/package/homebrew/magnum-bindings.rb @@ -1,5 +1,5 @@ class MagnumBindings < Formula - desc "`Bindings for the Magnum C++11/C++14 graphics engine" + desc "`Bindings for the Magnum C++11 graphics engine" homepage "https://magnum.graphics" # git describe origin/master, except the `v` prefix version "2020.06-421-g439945c"