From e1e18e87c9ccce1b14a24a575f821b55d8ef4535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 24 Oct 2018 19:06:21 +0200 Subject: [PATCH] package/homebrew: updated to 2018.10. --- package/homebrew/magnum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index c608910af..36ddfd8dd 100644 --- a/package/homebrew/magnum.rb +++ b/package/homebrew/magnum.rb @@ -3,8 +3,8 @@ class Magnum < Formula desc "C++11/C++14 graphics middleware for games and data visualization" homepage "https://magnum.graphics" - url "https://github.com/mosra/magnum/archive/v2018.02.tar.gz" - sha256 "e7575e9949952f3436a642c8bb1b98079ce1b6e33d6031695da64c8721833216" + url "https://github.com/mosra/magnum/archive/v2018.10.tar.gz" + sha256 "fc872167ce4ec71bcfe1c748ffe504899892976f032bab2679d4aff35759738f" head "git://github.com/mosra/magnum.git" depends_on "cmake"