From b850744ce512fbeac0873c5ae61800c01081f457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 26 Oct 2019 18:24:37 +0200 Subject: [PATCH] package/homebrew: update for 2019.10. --- package/homebrew/magnum.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index 8cef86e86..62cdba28e 100644 --- a/package/homebrew/magnum.rb +++ b/package/homebrew/magnum.rb @@ -1,9 +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/v2019.01.tar.gz" - # wget https://github.com/mosra/magnum/archive/v2019.01.tar.gz -O - | sha256sum - sha256 "fd4a8f460eabbb8ca93438e16b66663c98e5cf16b06ad3c01bed90b1b82d8696" + url "https://github.com/mosra/magnum/archive/v2019.10.tar.gz" + # wget https://github.com/mosra/magnum/archive/v2019.10.tar.gz -O - | sha256sum + sha256 "375e8e03b1848b166387baee4ac4082c75a97fd234f01cd9e5187e0161968584" head "git://github.com/mosra/magnum.git" depends_on "cmake"