From 8736c3c763d4e145742b39f644d7db9053919882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Feb 2019 09:02:33 +0100 Subject: [PATCH] package/homebrew: update to 2019.01. --- package/homebrew/magnum.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index c4d2c260a..9a532a8c4 100644 --- a/package/homebrew/magnum.rb +++ b/package/homebrew/magnum.rb @@ -1,8 +1,9 @@ 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.10.tar.gz" - sha256 "fc872167ce4ec71bcfe1c748ffe504899892976f032bab2679d4aff35759738f" + url "https://github.com/mosra/magnum/archive/v2019.01.tar.gz" + # wget https://github.com/mosra/magnum/archive/v2019.01.tar.gz -O - | sha256sum + sha256 "fd4a8f460eabbb8ca93438e16b66663c98e5cf16b06ad3c01bed90b1b82d8696" head "git://github.com/mosra/magnum.git" depends_on "cmake"