Skip to content

Commit

Permalink
Merge pull request #197708 from Homebrew/bump-minuit2-6.32.08
Browse files Browse the repository at this point in the history
minuit2 6.32.08
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents b3870eb + c0657b7 commit 7482ee4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/minuit2.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Minuit2 < Formula
desc "Physics analysis tool for function minimization"
homepage "https://root.cern.ch/doc/master/Minuit2Page.html"
url "https://root.cern.ch/download/root_v6.32.06.source.tar.gz"
sha256 "3fc032d93fe848dea5adb1b47d8f0a86279523293fee0aa2b3cd52a1ffab7247"
url "https://root.cern.ch/download/root_v6.32.08.source.tar.gz"
sha256 "29ad4945a72dff1a009c326a65b6fa5ee2478498823251d3cef86a2cbeb77b27"
license "LGPL-2.1-or-later"
head "https://github.com/root-project/root.git", branch: "master"

Expand All @@ -11,12 +11,12 @@ class Minuit2 < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "49aeffaff9072575263eb90b99b2420b58936afd647088d100c9e1328f1815bf"
sha256 cellar: :any, arm64_sonoma: "780a87169e2c08c83bfa182b311f679dc801837fb3fb52b47e1cdcd3a69c4123"
sha256 cellar: :any, arm64_ventura: "81df76464de7aedcebef53166c87db4ff989f1598711c05cb9142563061b0cac"
sha256 cellar: :any, sonoma: "9a44140aebdc9759f0304d970782d2168c4bc4b849206d66c426a636f5162a39"
sha256 cellar: :any, ventura: "95995709b388aec69aae024bef400157c10b21adb66d0459c0529ffaf612b4eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "adbe1fad75e82d7795f079a71136f18304ce4073570b53381d5f69a11efc891c"
sha256 cellar: :any, arm64_sequoia: "6cc9e9cf66dd7ba5aa6c19108fe6c62c6c2b1d70d631d0d78805572f42181556"
sha256 cellar: :any, arm64_sonoma: "004c5ca7aadbeac120cd905b049c19afdd6dd180837b99056a032fd0cca6bfe5"
sha256 cellar: :any, arm64_ventura: "292d02b1a45862254681282f5b83d92693f443cf7d518bf1e00bb1fcd627ef74"
sha256 cellar: :any, sonoma: "b0ab26a59b3da2dc229f3810727e8ba2c80ba9cff1bbaf0d5a2c7854ef6044a6"
sha256 cellar: :any, ventura: "8f2aeeae81a2a473dbfe183f516ee62f78efaf78b00b72bd6ee1f9bfb485fbdd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b11f869da8acef9fd626102548b04052e98f66b19ddd1f385d30cced50f978da"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 7482ee4

Please sign in to comment.