diff --git a/Formula/msolve.rb b/Formula/msolve.rb index ed999a3..575f17a 100644 --- a/Formula/msolve.rb +++ b/Formula/msolve.rb @@ -1,8 +1,8 @@ class Msolve < Formula desc "Library for solving multivariate polynomial systems" homepage "https://msolve.lip6.fr" - url "https://github.com/algebraic-solving/msolve/releases/download/v0.4.9/msolve-0.4.9.tar.gz" - sha256 "a9662bfb9f3a4977067a88975f84663e47fabf520cd5eb4ad3cca44fa940153c" + url "https://github.com/algebraic-solving/msolve/releases/download/v0.5.0/msolve-0.5.0.tar.gz" + sha256 "13ad04757b0ba0bd44cf9a5abcf5aff416d5560b035323e9561ad4d4c020cfe5" license "GPL-2.0-or-later" head "https://gitlab.lip6.fr/safey/msolve.git"