Skip to content

Commit

Permalink
libsbml 5.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Aug 23, 2024
1 parent 7c11218 commit d06e1a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/libsbml.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
class Libsbml < Formula
desc "Library for handling SBML (Systems Biology Markup Language)"
homepage "https://sbml.org/software/libsbml"
url "https://github.com/sbmlteam/libsbml/archive/refs/tags/v5.20.2.tar.gz"
sha256 "a196cab964b0b41164d4118ef20523696510bbfd264a029df00091305a1af540"
url "https://github.com/sbmlteam/libsbml/archive/refs/tags/v5.20.4.tar.gz"
sha256 "02c225d3513e1f5d6e3c0168456f568e67f006eddaab82f09b4bdf0d53d2050e"
license "LGPL-2.1-only"

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
sha256 cellar: :any, arm64_sonoma: "12c4d6ccdf5e1812905fa6eb0ea7e7453a041550339f54f4c325dafe7ca2abdb"
end

depends_on "check" => :build
depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down

0 comments on commit d06e1a8

Please sign in to comment.