From 13f82984cc090f3455bc79f804425020c6ad5acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 12 Jan 2026 16:43:22 +0100 Subject: [PATCH] package/homebrew: bump stable version to latest master. --- 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 8926a0b..e4b9737 100644 --- a/package/homebrew/magnum-bindings.rb +++ b/package/homebrew/magnum-bindings.rb @@ -2,7 +2,7 @@ class MagnumBindings < Formula 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" + version "2020.06-444-gca5328a" # Clone instead of getting an archive to have tags for version.h generation url "https://github.com/mosra/magnum-bindings.git", revision: version.to_str().rpartition('g')[2] head "https://github.com/mosra/magnum-bindings.git"